An open API service indexing awesome lists of open source software.

https://github.com/zakirullin/world-renderer

Minecraft-like OpenGL world renderer based on diamond-square algorithm
https://github.com/zakirullin/world-renderer

heightmap minecraft opengl sandbox sdl worldgenerator

Last synced: about 2 months ago
JSON representation

Minecraft-like OpenGL world renderer based on diamond-square algorithm

Awesome Lists containing this project

README

        

# Minecraft-like OpenGL world renderer based on [Diamond-square algorithm](https://en.wikipedia.org/wiki/Diamond-square_algorithm)
## Build (SDL library is required to build)
```$ make```
## Run
```$ ./render```
## Available controls
```WASD Keys``` for Forward/Left/Back/Right respectively, ```Up/Down Arrows``` for Up/Down, ```ESC``` to exit
## Generated heightmap examples
![heightmap](https://raw.githubusercontent.com/zakirullin/world-render/master/screenshots/heightmap.bmp)
![heightmap](https://raw.githubusercontent.com/zakirullin/world-render/master/screenshots/heightmap2.bmp)
## Generated terrains examples
![world](https://raw.githubusercontent.com/zakirullin/world-render/master/screenshots/scr9.png)
![world](https://raw.githubusercontent.com/zakirullin/world-render/master/screenshots/scr16.png)
![world](https://raw.githubusercontent.com/zakirullin/world-render/master/screenshots/scr8.png)