[Beta] Landscape generator, modeler and renderer software
Go to file
2014-08-25 21:05:33 +02:00
data Updated screenshots 2014-02-23 11:53:39 +01:00
dist Added fallback qt5 libs in 'make package' result 2013-10-23 22:57:09 +02:00
opencl paysages : Added structure for opencl usage. 2012-12-01 16:39:47 +00:00
src Externalized googletest as a git submodule 2014-08-25 21:05:33 +02:00
.gitignore Added README.md file 2014-02-09 17:05:01 +01:00
.gitmodules Externalized googletest as a git submodule 2014-08-25 21:05:33 +02:00
.travis.yml Fixed travis script and qtsdk url 2014-05-29 11:59:11 +02:00
Doxyfile Add doxygen config for code documentation 2013-07-03 12:08:03 +02:00
LICENSE Initial commit 2014-02-09 07:29:50 -08:00
Makefile Optimization: replaced some divisions by inverse multiplications 2014-08-20 16:45:45 +02:00
README.md Added screenshots to readme 2014-02-23 11:47:46 +01:00
TODO Fixed the terrain walker hitting displacement immediately at high quality 2013-12-31 16:55:10 +01:00

Paysages 3D

Build Status

About

Paysages 3D is a work-in-progress landscape generator, modeler and renderer software.

It is written in C++ 11, using Qt 5.2 as only dependency.

Screenshot 1 Screenshot 2 Screenshot 3

Build/Run

At the moment, the build system is only well tested using the latest QtSDK installation, and QtCreator. Later work will remove this dependency.

Simply open the src/paysages.pro file in QtCreator, and make a shadow build.

You can then run the compiled program from the top project directory (the one that contains src and data).

Licensing

The source code is subject to the terms of the Mozilla Public License, v. 2.0. Read the full terms in the LICENSE file.

Credits