terrain

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

commit 392c2c87c3bd3600b9275ea31ffc8c2faac6e288
parent f28143fa885a0db58d20245b501bd7ae03055782
Author: Christian Ermann <christianermann@gmail.com>
Date:   Wed, 18 Aug 2021 13:41:34 -0500

Display GIF in readme
Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,10 @@ A real-time marching cubes based terrain generation system made with C. +![alt text](https://github.com/c2000e/terrain/blob/master/sample.gif "GIF of rendered terrain") + +(Some graphical glitches were introduced when converting this to a GIF) + ### Usage: Use [wasd] to move and the mouse to look around.