AristurtleDev / monogame-aseprite

A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.
https://monogameaseprite.net
MIT License
166 stars 15 forks source link

Extract loader to separate lib #24

Closed B-Reif closed 1 year ago

B-Reif commented 3 years ago

This library seems to implement two separate pieces of functionality:

As a separate package, the loader implementation could serve any kind of dotnet user, whether they're using the pipeline tool or not. The pipeline lib could then use this as a dependency and contain only the pipeline-related logic.

AristurtleDev commented 1 year ago

@B-Reif I'm sorry it took so long to get back on this (life happens), but if you're still looking for something like this, I have released AsepriteDotNet as a separate library that is framework/engine agnostic and uses native dotnet types.

I also have an update for this library coming soon that also provides this for monogame specific scenario for users that don't use the content pipeline too.

B-Reif commented 1 year ago

I don't anymore, but thank you!