Blog about stuff

Graphics

Sep
02
2025

Cubical marching squares implementation

Cubical marching squares is an isosurface extraction algorithm based on the marching cubes algorithm. This post is about my journey implementing it. I also made a video about it. My implementation is available on github.

Read more...
Cubical marching squares implementation