Blog 1 Thumbnail

How I simplified dungeon generation.

Dungeon generation in games often relies on placing rooms randomly on rigid grids. This traditional approach works but can limit creativity and complexity.

Blog 2 Thumbnail

How to make simple planets with marching cubes alogrithm

Marching cubes are a powerful, mesh generating algorithm. Learn how I made some cute planets with a simple implementation.