Command-line spritesheet generator in Elixir
SpritePacker is a command-line spritesheet (a.k.a. Texture Atlas) generator written in Elixir.
Command Line
$ escript .\sprite_packer -s .\test_sprites\
Options:
Note: Atlas and json data will be generated in "<source>/sprite_packer/"
Options:
-s, [--src] # source directory of sprites to be packed into atlas
--algorithm # algorithm to use for packing (default growing binpack algorithm)
--size # atlas size(only if using simple binpack algorithm), default 1024x768
-h #help
escript .\sprite_packer -s .\test_sprites\