Proland is a C++/OpenGL library for the real-time rendering and animation of natural scenes.
- Website: Proland Official Website
- Source Code: INRIA's Gitlab Repo
(Imported on 2024-12-08)
This repository contains:
- The Proland Core Library
- Several "plugins" for the core library
- Demos using the library and its plugins
Each directory in the repository includes:
- Its own license
- Source tree
- Examples
- Documentation
- Project files
The directories are mostly independent, with some dependencies:
- Between plugins
- Between all plugins and the core library
Proland is distributed under the BSD 3-Clause License, permitting use for both non-commercial and commercial purposes.
Disclaimer:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the BSD 3-Clause License for details.