Fully-fledged extensible standalone console animation library. Supports gif-like animation (with delta-compression), z-axis stacking, transparency, dynamic content.
Comes with a set of tools to work with animations.
cppanim only uses GNU Make, so just doing
make && make install
should be enough.
Possible build targets are:
cppanim
: Builds the library into bin/utils
: Builds util programs to aid with developmenttest
: Builds and runs the entire test suiteall
: Builds cppanim, utils and testdocs
: Builds documentation into docs/help
: Prints this help screen The following clean operations are available:clean
: Deletes bin/ outputcleandocs
: Deletes generated documentationmrproper
: Deletes everything built
Code is written with javadoc documentation. Doxygen generated docs
are in docs/output