SlowTree is a 2D top-down vegetation (and more) sprite generator.
Here is an example of what can be done with SlowTree:
SlowTree is written in C++11 so you need a C++11 compiler like Clang or GCC.
SlowTree also needs external libraries:
You can download the sources directly from github:
git clone https://github.com/jube/slowtree.git
Then you have to use CMake to build the project:
cd slowtree
mkdir build
cd build
cmake ../src
make
Finally, you can install the files (you may need root permissions):
make install
- Julien Bernard, julien dot bernard at univ dash fcomte dot fr
This tool is free software and is distributed under the GPLv3 licence.