Go to file
echo f94d5fb8c8 Fix render on nvidia plateform 2019-07-30 21:15:37 -04:00
shaders Fix render on nvidia plateform 2019-07-30 21:15:37 -04:00
src Fix render on nvidia plateform 2019-07-30 21:15:37 -04:00
.gitignore First commit 2019-05-01 11:09:12 -04:00
LICENSE Add readme and license 2019-07-25 13:17:54 -04:00
README.md Add better instructions 2019-07-30 14:13:38 -04:00
terrain-gen.pro Add better instructions 2019-07-30 14:13:38 -04:00

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