Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 414 Bytes

luminance_procedural_world

Screenshot

An experimental block sandbox world generator and viewer. Not a game (yet?)

This project uses https://github.com/phaazon/luminance-rs to abstract most OpenGL state and unsafety, but remains very low level.

Noise based world generation is performed using the noise crate.