Pinned Repositories
bmoxb
bmoxb.github.io
frog
Experimental functional language and compiler built around the Functional Machine Calculus (a lambda calculus with a unique effects system)
gemgame
Prototype for a real-time online multiplayer browser game where players compete to collect the most gems in a procedurally-generated world
kobe
Statically-typed procedural language with Lua-inspired syntax that compiles to WASM
minivox
Voxel rendering engine implemented in C++20 using the bfgx library for rendering
rusty8
Simple Chip-8 emulator implemented in Rust
rustyboy
Game Boy emulator implemented in Rust that runs in the browser, command-line terminal, and on desktop platforms
till
Compiler implemented from scratch in Rust for a toy language featuring static type checking and blocks denoted via indentation
wired86
Emulator of a small subset of Intel 8086 functionality created as part of A-Level coursework
bmoxb's Repositories
bmoxb/till
Compiler implemented from scratch in Rust for a toy language featuring static type checking and blocks denoted via indentation
bmoxb/gemgame
Prototype for a real-time online multiplayer browser game where players compete to collect the most gems in a procedurally-generated world
bmoxb/rusty8
Simple Chip-8 emulator implemented in Rust
bmoxb/kobe
Statically-typed procedural language with Lua-inspired syntax that compiles to WASM
bmoxb/minivox
Voxel rendering engine implemented in C++20 using the bfgx library for rendering
bmoxb/rustyboy
Game Boy emulator implemented in Rust that runs in the browser, command-line terminal, and on desktop platforms
bmoxb/wired86
Emulator of a small subset of Intel 8086 functionality created as part of A-Level coursework
bmoxb/bmoxb
bmoxb/bmoxb.github.io
bmoxb/frog
Experimental functional language and compiler built around the Functional Machine Calculus (a lambda calculus with a unique effects system)
bmoxb/console
A rust console and terminal abstraction