/SpriteResourceCompiler

A basic 2D sprite resource processing and packaging compiler.

Primary LanguagePythonMIT LicenseMIT

Build Status

Sprite Resource Compiler

A basic resource compiler for sprites and 2D games.

Basic Example

src ./sprites -f "*.png" -o package.png

Run src -h for more options.

TODO

  • Large image files
  • Cache outputs
  • Add mask node to support masking
  • Add threading to improve performance