Category: Graphics

(WIP) Deferred Renderer

Summer 2024Made with C++ A deferred renderer in C++, using minimal libraries just for saving images and reading json. All rendering is done purely with C++ (and on…

Refractive Ray Marching

A refractive ray marching simulation.

ASCII Rendering

June 2022Made with p5.js Click + Drag to rotate. The above is ordinary text on a webpage, there is no pixel drawing. The button above will copy the…

Vaporwave Terrain

An artsy experiment with random terrain generation and a frog.

Ray Marching

Exploring a rendering technique which uses math more than simulation.

Sierpinski’s Pyramid

Coding fractals recursively is satisfying.