Skip to content

A program for creating an atlas texture from a single image containing a collection of sprites.

License

Notifications You must be signed in to change notification settings

UndeadTwo/lovetexturepacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Written for Love, https://love2d.org/ Uses moses, https://github.com/Yonaba/Moses

To use:

Assuming this is cloned to the default folder, place the file you want to generate a sheet from, with background alpha set to 0 and run love lovetexturepacker imagehere width

to generate an image of given width from the sprites contained in the image.

Performance will likely be slow with large images, and the exported sheets are not efficiently packed.

The result is exported to these directories:

Windows XP C:\Documents and Settings\user\Application Data\LOVE\ %appdata%\LOVE
Windows Vista, 7, 8 and 10 C:\Users\user\AppData\Roaming\LOVE %appdata%\LOVE
Mac /Users/user/Library/Application Support/LOVE/ Linux $XDG_DATA_HOME/love/ ~/.local/share/love/

About

A program for creating an atlas texture from a single image containing a collection of sprites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages