1
SFML projects / Sprite Animation Editor based on Thor
« on: September 30, 2018, 11:15:59 am »
Hey there,
I decided it was time to make another editor, this one for sprite animations. It is built directly upon the animation module from the Thor library extension and has features as:
Integration steps can be found on the front and wiki page of the Github repository:
Github: https://github.com/Jakobzzz/SpriteAnimator
*** Notes ***
I ran into some limitations when using the Thor animation module as there were no support for:
I decided it was time to make another editor, this one for sprite animations. It is built directly upon the animation module from the Thor library extension and has features as:
- Sprite sheet selection
- Grid generation for sprite sheets based on tile size
- Export animation data directly to animation files
Integration steps can be found on the front and wiki page of the Github repository:
Github: https://github.com/Jakobzzz/SpriteAnimator
*** Notes ***
I ran into some limitations when using the Thor animation module as there were no support for:
- Remove animations
- Change the duration of an existing animation
- Query the size of the animation map