Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.03 KB

SlowTree

SlowTree is a 2D top-down vegetation (and more) sprite generator.

Here is an example of what can be done with SlowTree:

Tree sprites

Requirements

SlowTree is written in C++11 so you need a C++11 compiler like Clang or GCC.

SlowTree also needs external libraries:

Build and install

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

Authors

  • Julien Bernard, julien dot bernard at univ dash fcomte dot fr

Copyright

This tool is free software and is distributed under the GPLv3 licence.