paysages3d/README.md

36 lines
1.5 KiB
Markdown
Raw Normal View History

2014-02-09 16:05:01 +00:00
Paysages 3D
===========
2014-02-09 15:29:50 +00:00
2014-02-18 22:12:57 +00:00
[![Build Status](https://travis-ci.org/thunderk/paysages3d.png)](https://travis-ci.org/thunderk/paysages3d)
2014-02-09 16:05:01 +00:00
About
-----
[Paysages 3D](http://www.paysages3d.com) is a work-in-progress landscape generator, modeler and renderer software.
It is written in C++ 11, using Qt 5.2 as only dependency.
2014-02-23 10:47:46 +00:00
[![Screenshot 1](data/screenshots/small1.jpg)](data/screenshots/large1.jpg) [![Screenshot 2](data/screenshots/small2.jpg)](data/screenshots/large2.jpg) [![Screenshot 3](data/screenshots/small3.jpg)](data/screenshots/large3.jpg)
2014-02-09 16:05:01 +00:00
Build/Run
---------
At the moment, the build system is only well tested using the latest [QtSDK](http://qt-project.org/downloads) installation, and [QtCreator](http://qt-project.org/downloads#qt-creator). 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](http://mozilla.org/MPL/2.0/). Read the full terms in the LICENSE file.
Credits
-------
* [Michaël Lemaire](http://thunderk.net) - Main developer
* [Eric Bruneton and Fabrice Neyet](http://www-evasion.imag.fr/Membres/Eric.Bruneton/) - Publication and source code from *Precomputed Atmospheric Scattering (2008)*
2014-02-09 16:07:53 +00:00
* [Qt](http://qt-project.org/) - Library in use
2014-02-09 16:05:01 +00:00
* [GoogleTest](https://code.google.com/p/googletest/) - Included library