Skip to content

jube/slowtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

2D top-down vegetation sprite generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published