terrain

Real-time terrain generation using marching cubes
git clone git://git.christianermann.dev/terrain
Log | Files | Refs | README | LICENSE

README.md (515B)


      1 # terrain
      2 
      3 A real-time marching cubes based terrain generation system made with C.
      4 
      5 ![alt text](https://github.com/c2000e/terrain/blob/master/sample.gif "GIF of rendered terrain")
      6 
      7 (Some graphical glitches were introduced when converting this to a GIF)
      8 
      9 ### Usage:
     10 Use [wasd] to move and the mouse to look around.
     11 
     12 ### Building the project:
     13 Right now, this project only supports MacOS and requires SDL to be installed. Slight changes to the makefile should allow the project to be built on other operating systems.