Skip to content

aldemirenes/hagen

Repository files navigation

HAGEN

Interactive heightmap generator implemented with using the programmable shaders in the OpenGL.

Getting Started

Prerequisites

You can find the necessary libraries in the Makefile.

Building and Running

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.

Usage

Here is the list of the keys that can be used to interact with the heightmap.

Direction
WTurn camera up
STurn camera down
ATurn camera left
DTurn camera right
Fly-over Speed
U Increment the speed
J Decrement the speed
Height Factor
OIncrement the height factor
LDecrement the height factor

Screenshots

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Interactive heightmap generator in OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages