Hey folks!
I´m working on an animation system for a small 2D game with sfml at the moment.
I build my objects on a pixel base, rather than loading them into the engine. I have nearly everything in place right now (You may exspect some screenshots next week) and I am building an editor to allow the users to build own items ingame.
What I want to do now is: Exporting the objects into an animated gif. As far as i know there is no native way in sfml to do this, but does anyone knows a c++ lib which may help me to accomplish this task quick and easy?
This is not a main feature, as i save my objects into my own format and just want to have the gif export to create some eye candy outside the game
Best regards!
floAr