You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Gaël Berthaud-Müller f94d5fb8c8
Fix render on nvidia plateform
4 years ago
shaders Fix render on nvidia plateform 4 years ago
src Fix render on nvidia plateform 4 years ago
.gitignore First commit 4 years ago
LICENSE Add readme and license 4 years ago
README.md Add better instructions 4 years ago
terrain-gen.pro Add better instructions 4 years ago

README.md

TerrainGen

Dependencies

Qt, libnoise and a C++ 11 compiler are required to build this project. The libraries installation steps are detailled bellow.

Archlinux

# Both libraries are available in the official repos
pacman -S qt5-base libnoise

Others

  • Install Qt using the appropriate method for your plateform.
  • Build libnoise, this fork provide working build files using cmake, and install it.

Build instruction

# Clone git repo
git clone https://git.blacksponge.net/BlackSponge/terrain-gen.git
cd terrain-get
# Create output directory
mkdir build
# Build executable
qmake ..
make -j4
# Create symlink to shaders directory next to executable
ln -s ../shaders .
# Run program
./terrain-gen