Skip to content

SaxxonPike/AsepriteSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsepriteSharp

An import layer for use with JSON+PNG files exported from Aseprite. Definitely check that project out to get a feel for one of the best pixel art programs available.

Usage

var json = File.ReadAllText("path.to.json");
var converter = new SheetConverter();
var sheet = converter.Decode(json);

Now you can access the sheet object by using such things as sheet.Meta.App or sheet.Frames.First().FileName. Go nuts.

License

This work is published under the MIT license. The Newtonsoft.Json library is referenced via Nuget in the project. At the time of this writing, the license for that is also MIT.

About

Interface between Aseprite and the .NET ecosystem.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages