Grant Gurvis
Interested in Rust 🦀 and more
Ray Tracer
🦀 Rust
🕸 Wasm
A path tracer that supports parallel execution, .obj loading, BVH acceleration with a command line interface that will support most file types for output as well as a WASM based site.
Chess AI
🦀 Rust
A Chess AI that is still quite early in development, it can currently generate millions of moves per second to analyze.
6502 Assembler and Emulator
🦀 Rust
The assembler compiles 6502 assembly into a binary for the emulator or hex codes with debugging information. The emulator also supports all 6502 opcodes and addressing modes while being cycle-accurate. The CPU is easily extended via memory maps.