commit 34ce6801da6310dc1c83e26e14c247b135da8368 parent 2b1fd9f15732e82580dfaae95977ce51f4afc724 Author: Christian Ermann <christianermann@gmail.com> Date: Mon, 16 Aug 2021 15:55:58 -0500 Added description and instructions to readme Diffstat:
M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -1 +1,9 @@ # terrain + +A real-time marching cubes based terrain generation system made with C. + +### Usage: +Use [wasd] to move and the mouse to look around. + +### Building the project: +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.