Hi, this is just a repository with a few of my projects.
This is a project I started for fun and ended up finishing as a project for my graphics course. (Implements a GPU rendering pipeline from scratch in software)
Features:Written in Verilog and runs on Atera Cyclone II FPGA.
Memory IO text buffer interface.
Supports bitmap characters and 16 colors.
A minecraft clone done for class.
Took about 13 hours
All artwork belongs to Mojang
A project I did in high school that allows you to control an N64 using a wireless Dualshock 4 controller.
Its more of a proof of concept as it uses a computer as the receiver.
A logic analyzer I made to decode the N64 single wire controller protocol and test my implementation.
Logic_Analyzer_Arduino.zipA dynamic web server done in python for an open homework assignment in freshman intro to programming class.
Supports inline and multiline embedded python in html code that provides PHP like functionality.
For example: <h3>Directory listing of <?print(DIRECTORY)?></h3>
More to come when I stumble across old projects...