Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.25 KB

README.md

File metadata and controls

52 lines (33 loc) · 2.25 KB

Aseprite Importer is a .Net and MonoGame library to load the JSON data generated by the pixel art software Aseprite, when exporting a sprite sheet.

I should also say that I do not own the rights to Aseprite itself. You can find the program on their website.


Package Installation

Core Library

Open your terminal of choice and paste the following command:

dotnet add package AsepriteImporter

More details and installation methods on the Core Library Wiki Page.

MonoGame Module

Open your terminal of choice and paste the following command:

dotnet add package AsepriteImporter.MG

More details and installation methods on the MonoGame Module Wiki Page.


Guides and Documentation

You can find Guides and auto-generated Documentation in the wiki section of the repository.

Here are some useful pages to get started: