Interactive heightmap generator implemented with using the programmable shaders in the OpenGL.
You can find the necessary libraries in the Makefile.
Run make
command in the project main directory. After executable which is named as hagen
is created, you can run the program with ./hagen "map_image_file"
command. You can find the example maps in the example_images
folder.
Here is the list of the keys that can be used to interact with the heightmap.
Direction | |
---|---|
W | Turn camera up |
S | Turn camera down |
A | Turn camera left |
D | Turn camera right |
Fly-over Speed | |
U | Increment the speed |
J | Decrement the speed |
Height Factor | |
O | Increment the height factor |
L | Decrement the height factor |
This project is licensed under the MIT License - see the LICENSE file for details