Sprite Sheet Creator

August 25, 2009 by Dave
Filed under: C#, Game Programming, Tools, XNA 

When developing the iPhone version of Guardian I manually created my sprite sheets.  I used individual sprites up until the end so everything was pretty much set in stone by the time I created the the sprite sheet.  Even then I ended up having to recreate the sprite sheet two or three times, and let me tell you, manually figuring out the texture coordinates isn’t a particularly pleasant experience. In this case I believe I made the right choice.  There were few enough sprites that I would have spent more time creating the tool than I would have saved.

The XBox version has quite a few more sprites, so I decided that spending time creating a sprite sheet tool was going to be well worth the effort.  It didn’t take too long to get it working well enough to use, and not too much longer than that to make it solid enough for distribution.

Sprite Sheet Creator

The application is released as open source under the MIT License.

Download SpriteSheetCreator.zip

Comments

One Comment on Sprite Sheet Creator

  1. Nick Gravelyn – Sprite Sheet Packer Tool on Tue, 6th Oct 2009 11:54 pm
  2. [...] I got a couple suggestions, but none that were good enough for me (in fairness, I was linked this tool, but at that point I was already 90% done with mine). Ziggyware has a tool, but its placement of [...]

Tell me what you're thinking...