Year: 2024

(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…

Modified Dual Marching Cubes

May 2024Made with Python Informal Abstract Marching cubes (MC) is a well-known algorithm for constructing meshes out of surface information, and is commonly used in procedural terrain generation…