Skip to content

Releases: electrocnic/SpritesheetGenerator

SpritesheetGenerator

13 Dec 19:48
Compare
Choose a tag to compare

First Release of my simple, small tool, the "SpritesheetGenerator". It's as simple as it might need some "mods". Thus I also shared the source code here on gitHub, so everybody can improve it on their own, and share their version then.

Instructions:

  1. Select a DIRECTORY which contains PNG-Files. The files MUST be all equally sized in both, height and width!
    They are sorted alphabetically during loading. Thus you can clarify the right order of your sprites with their names.
    It might go well, if the directory contains also different files or sub-directories, but that's not tested yet.
  2. Select a target FILE PATH. This is your final spritesheet.png.
  3. Click "Load".
  4. You can now clarify if you choose the right directory.
  5. Click "Render".
  6. As soon as the GUI responds to User-Input again (can be right after you clicked, because my program is amazing), the final png-spritesheet should be at the chosen place.
  7. If you want to load another spritesheet, just change the paths and click "Load". This automatically resets the loaded elements and loads the new stuff.
  8. I hope it works for you!