Simple terrain generator
Go to file
Rnhmjoj 10716020af Add main files 2014-05-20 17:02:35 +02:00
.gitignore Initial commit 2014-05-20 07:53:40 -07:00
README.md Add main files 2014-05-20 17:02:35 +02:00
screenshot.png Add main files 2014-05-20 17:02:35 +02:00
terrain.py Add main files 2014-05-20 17:02:35 +02:00
trackball_camera.py Add main files 2014-05-20 17:02:35 +02:00

README.md

Terrain

Simple terrain generator

Screenshot

Info

A simple application which uses the diamond square algorithm to generate a terrain and renders it in OpenGL.

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html