sedyh / awesome-ebitengine

A curated list of awesome Ebitengine frameworks, libraries and software
Other
640 stars 29 forks source link

[Package] Aseprite image loader #19

Closed askeladdk closed 1 year ago

askeladdk commented 1 year ago

Hi,

I wrote an Aseprite image loader package. It's pretty useful because you can use it to load Aseprite sprites directly without having to export to another format first. Layers are flattened, blending modes are applied, and frames are arranged on a single texture atlas. It also preserves the metadata for frames, tags and a few other things.

https://github.com/askeladdk/aseprite

I would appreciate it if you can add it to the list. Thanks!

askeladdk commented 1 year ago

Closing because I made a pull request #20