Showcase
Color Game Boy Emulator (+ DMG-01)⌗
Written in Rust, uses egui for an immediate mode GUI. Runs reasonably fast and marks my first real foray into console emulation. |
Creasy (Computational Origami, Crease Patterns)⌗
Creasy is a software tailored to computational origami which implements an algorithm that turns flat-foldable crease patterns into folding sequences. |
chip8rs (CHIP-8 Emulator)⌗
Yet another CHIP-8 emulator, written in Rust. My humble beginnings in the #emudev scene. |
CUDA-Raytracer⌗
A simple ray tracer written with CUDA that saves its output in a .ppm file. This was made as a final project for a GPU programming course (includes a CPU version for benchmarking). |