Posts
- Geometry
Orbiting sphere demo with Blinn-Phong lighting. Adjust camera, sphere, and projection from Learn OpenGL and WebGL2 Fundamentals.
- Pong
Simple Pong clone. Paddles and ball in WebGL. Press space to serve, arrow keys to move. You're on the left.
- RISC-V Interpreter and Computer Architecture Simulator
Final project for computer architecture — an out-of-order, speculative RISC-V simulator with branch prediction and register renaming.
- The Game of Life
Conway's Game of Life — WebGL ping-pong texture simulation and a bit-packed version that uses every bit in the texture.
- The Mandelbrot Set
Mandelbrot and Julia set explorers — vanilla JS (functional vs imperative) and WebGL. Zoom, pick Julia constant, references.