2014-05-20 17:02:35 +02:00
|
|
|
# Terrain
|
2014-05-20 16:53:40 +02:00
|
|
|
|
2014-05-20 17:02:35 +02:00
|
|
|
## Simple terrain generator
|
|
|
|
![Screenshot](screenshot.png)
|
|
|
|
## 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
|