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
- Host: GitHub
- URL: https://github.com/zakirullin/world-renderer
- Owner: zakirullin
- Created: 2017-04-13T10:41:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T20:47:24.000Z (over 4 years ago)
- Last Synced: 2025-03-23T20:05:49.868Z (2 months ago)
- Topics: heightmap, minecraft, opengl, sandbox, sdl, worldgenerator
- Language: C
- Homepage:
- Size: 3.25 MB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## Generated terrains examples


