Here are some of my more interesting (depending on who you ask) programming projects.
A semi-standalone Futaba-style imageboard server written in Go
GitHub repo | Website |
Language: Go (server), HTML (templates), TypeScript, and Sass/CSS
A 6502 emulator written in GDScript using the Godot game engine
Language: GDScript
A CHIP-8 emulator with the goal of being compatible with as many systems as possible. It currently supports SDL, (n)curses, GameBoy, and Commodore 64.
Language: C (C89), tests using CTest+gtest in C++
A Chip’s Challenge implementation written in GDScript using the Godot game engine
Language: GDScript
A simple project to teach myself how to do traditional Wolfenstein 3D style raycasting, as well as CMake usage
Language: C
A cross-platform IDE/resource editor for the Sphere game engine using the Qt toolkit
Language: C++