Skip to content
Caleb Leak

Archives

All the articles I've archived.

2026 1
February 1
  • I Taught My Dog to Vibe Code Games

    My cavapoo Momo vibe coded playable Godot games. All I had to do was teach her to type, route her input to Claude Code, and build the right tools.

2019 1
January 1
2017 3
June 1
  • Raymarching Voxel Rendering

    Three raymarching techniques for rendering cube voxels -- plane intersections, sphere-assisted, and cube-assisted -- with performance benchmarks.

May 1
March 1
  • Cube Voxel Rendering

    An overview of techniques for rendering cube-style voxels, comparing simple quads, reduced polygons, raymarching, and volume ray marching.