Procedural voxel landscape engine.
Humidity / temperature based biome distribution and perlin field based
terrain generation.
Rendering engine uses greedy meshing to dramatically reduce vertex counts and GPU memory usage.
Chunk generation is multi threaded.
pkg-config
glm
glfw
wget
make
On macOS:
./deps.sh
make
Theo Walton
Logan Kaser