Hello,
First of all, I’d like to introduce myself. This is my first post in this forum, although I have been, for some time now, reading quite a lot of posts in this forum.
Me and my friend are creating a 2D game (in plain old SE Java) which involves sprites and .gif files. We have already made quite a bit of progress now. We do have some animated gifs we got from the internet and have already implemented it in the game. Now, I see a lot of spritesheets hanging around the internet, but I can’t seem to find any ready-to-use animated gifs out there. The problem is not the spritesheet -> gif procedure per se, but the scarcity of automated tools to make them. So here comes my first question:
Are there any Spritesheet -> Animated gifs tools that can at least ease the process?
It really gets on my nerves when I have to sit down and create a bunch of sprites separately from the spritesheets to then create a gif. This wastes my time considerably and doesn’t let me do what I love most, actual coding.
I have seen some tools that have satisfied me to a certain point. spriteBuddy and darkFunction’s editor came this close to solving my problem, but the issue was: they, instead of outputting an actual gif, just gave me an xml (which is pretty much useless for me). I liked the way these two editors allowed me to get sprites from a sprite sheet and make a simple animation with them with no effort whatsoever. That said, here’s my second question:
Are there any XML -> Animated gifs tools that I can use to parse the xml files to an actual gif?
I’ve been looking for these tools for a long time, and I can’t seem to find ANY of these. I hope you guys can help me.
Thank you in advance,
~MonkeySpotted