κba (Game Boy Advance Emulator)#

W.I.P. Game Boy Advance emulator, using SDL2 for the GUI. Runs most games reasonably well, includes experiments with JIT1 compilation. Pokémon Emerald running on a GBA emulator

kevboy – Color Game Boy Emulator (+ DMG-01)#

Pokémon Crystal running on a GBC emulator A Game Boy and Game Boy Color emulator written in Rust, using egui for an immediate mode GUI. Runs reasonably fast and marks my first real foray into console emulation.

» Try it here! «

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. A white C on a light blue background

chip8rs (CHIP-8 Emulator)#

IBM logo on a 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). Colorful balls

  1. By utilizing the cranelift crate and its IR. ↩︎