1
0
Fork 0
[Beta] Landscape generator, modeler and renderer software
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.
 
 
 
 
 
 

README.md

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.4 as only external dependency.

Screenshot 1 Screenshot 2 Screenshot 3

Build/Run

Using QtSDK (All platforms)

Download and install the latest QtSDK.

Launch QtCreator, open the project file src/paysages.pro and build it.

To run the program, choose the modeler target. To run the unit tests, choose the tests target.

Using a packaged Qt (Linux)

You need at least the 5.4 packaged version of Qt, with qMake and QtCore, QtQuick and QtOpengl modules.

On Ubuntu/Mint:

sudo apt-get install qt5-qmake libqt5core5a libqt5quick5 libqt5qml5 libqt5opengl5-dev

Then to build and run the software:

make run

To tun the unit tests, use:

make tests

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

Michaël Lemaire 655e0d784a Tweaked god rays quality 7 years ago
data Fixed some artifacts in atmosphere rendering 8 years ago
dist Removed old QtWidget UI 8 years ago
graphics Added /water/reflection property 8 years ago
opencl paysages : Added structure for opencl usage. 11 years ago
src Tweaked god rays quality 7 years ago
.gitignore Fixed some windows platform problems 7 years ago
.gitmodules Externalized googletest as a git submodule 9 years ago
.travis.yml New travis configuration 8 years ago
Doxyfile Add doxygen config for code documentation 10 years ago
LICENSE Initial commit 9 years ago
Makefile Removed obsolete QML extension for QtCreator 8 years ago
README.md Updated README with new website 7 years ago
TODO Removed unused definition members 8 years ago