Skip to content

damienfamed75/aseprite

Repository files navigation

aseprite

Aseprite JSON loader

GoDoc Go Report Card Pipeline

Why use this package?

Well the mission of this repository was to improve performance and extensibility of the goaseprite package.

So far this package allows for two different types of aseprite JSON files and more formats to come.

When it came to improving performance it was the smaller changes that differ this one from the others. For instance I'm utilizing Rob Pike's stringer tool and unmarshalling JSONs with builtin Golang "overriding"

Examples

For examples on how to use this package please check out the examples/ directory.

Future documentation to come for how to export JSONs from aseprite.

Special Thanks

All credit to SolarLune for making goaseprite.