Skip to content

Experiments with procedural generation of plants

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

AartOdding/PlantGeneration

Repository files navigation

Node based Plant Generation

Tool for the procedural generation of plants. Complex and beautiful plants can be created by chaining together nodes that perform simple instructions. This design is very well suited to the recursive nature of plants. Plants can also be saved to and loaded from .plant files. Image of Node Editor Examples of some plants that have been created using this tool. Example of Plants

Building

Make sure you have cmake installed. First clone this project and its submodules recursively:

git clone --recurse-submodules https://github.com/AartOdding/PlantGeneration.git

Create and enter /build directory:

cd PlantGeneration
mkdir build
cd build

Run cmake to generate the build files:

cmake ..

For windows user just open and build the generated solution file, on other systems you can build the project using cmake as well:

cmake --build .

About

Experiments with procedural generation of plants

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published