SFML community forums

General => SFML projects => Topic started by: Trinity on September 30, 2018, 11:15:59 am

Title: Sprite Animation Editor based on Thor
Post by: Trinity 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:
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:

(https://i.imgur.com/muFHwVh.png)

(https://i.imgur.com/xWhEtIl.png)

Integration steps can be found on the front and wiki page of the Github repository:

Github: https://github.com/Jakobzzz/SpriteAnimator (https://github.com/Jakobzzz/SpriteAnimator)

*** Notes ***

I ran into some limitations when using the Thor animation module as there were no support for:
Those were all trivial things to implement and were added to AnimationMap.hpp and AnimationMap.inl in the animation module for Thor.
Title: Re: Sprite Animation Editor based on Thor
Post by: GamDev on October 14, 2018, 01:50:27 pm
Hi, can you load binary files ?