Navigation Menu

Skip to content

fpischedda/sfml_sprite_sheet

Repository files navigation

sfml_sprite_sheet

sprite sheet based animation library for SFML 2

Building From Source

First make sure that you have CMake and an C++ compiler environment installed.

Then open a terminal, go to the source directory and type the following commands:

$ mkdir build
$ cd build
$ cmake ..
$ make

Running unit tests - NO YET IMPLEMENTED

After building this project you may run its unit tests by using these commands:

$ make test  # To run all tests via CTest
$ make catch # Run all tests directly, showing more details to you

License

3 Clause BSD, see LICENSE file for details

About

sprite sheet based animation library for SFML 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published