Skip to content

taramoves/spritely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sprite Sheet Creator

A GUI tool for creating sprite sheets from PNG sequences.

Features

  • Create sprite sheets from multiple PNG sequences
  • Customize frame size and frame step
  • Batch process multiple folders
  • Generate accompanying JSON data for each sprite sheet

Installation

  1. Download the latest release from the Releases page.
  2. Extract the zip file.
  3. Run the Sprite Sheet Creator.exe file.

Usage

  1. Launch the application.
  2. Add input folders containing PNG sequences.
  3. Select an output folder.
  4. Set the frame size and frame step.
  5. Click "Create Sprite Sheets" to process.

Building from Source

If you want to build the application from source:

  1. Clone this repository.
  2. Install the required dependencies:
    pip install -r requirements.txt
    
  3. Run the script:
    python sprite_sheet_creator_gui.py
    

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT Lincense - see the LICENSE file for details.

About

Turn png sequences into sprite sheets

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages