monogame-aseprite icon indicating copy to clipboard operation
monogame-aseprite copied to clipboard

Extract loader to separate lib

Open B-Reif opened this issue 4 years ago • 0 comments

This library seems to implement two separate pieces of functionality:

  • the monogame pipeline implementation, and
  • an Aseprite loader implementation.

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.

B-Reif avatar Mar 06 '21 21:03 B-Reif