Skip to content

qwikdraw/voxel-landscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxel Landscape

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.

Flyover gif

Dependencies

pkg-config
glm
glfw
wget
make

Building

On macOS:

./deps.sh
make

Team

Theo Walton
Logan Kaser