README.md (515B)
1 # terrain 2 3 A real-time marching cubes based terrain generation system made with C. 4 5  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.