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:
- Sprite sheet selection
- Grid generation for sprite sheets based on tile size
- Export animation data directly to animation files
The editor is very simple and thus easy to use, you can literally make an animation in a matter of seconds. Here are a few screenshots from the editor:
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
Those were all trivial things to implement and were added to
AnimationMap.hpp and
AnimationMap.inl in the animation module for Thor.