Skip to content

elloramir/love-ase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Aseprite Loader

A lightweight library for reading Aseprite files in Lua. No need to parse the Aseprite file into a JSON format - this library allows you to access the data directly.

We recommend using this library in conjunction with an atlas builder to create sprite sheets.

Example

Check out the example folder in the root directory of the project to see how to use this library in your project.

Here is a preview of the tags in the player.ase file:

tags

Have fun 😄

Loader Output

The output of this library is similar to the format specified in the Aseprite file specs with a few modifications

About

Aseprite file loader for love2d

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages