A low-poly terrain generation demo.
This uses low-poly terrain as a way to introduce procedural generation and the management of chunks as a player moves around a world.
It also takes advantage of async Rust to handle generating terrain outside of the main update loop
