You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since yesterday I've become a maintainer for the ggez/aseprite crate.
Since the aseprite crate is purely focused on parsing exported JSON, and this crate is focussed on parsing .aseprite files, I think it would be nice to somehow combine them or at least collaborate.
From a user's perspective, I think a workflow where you can work with the .aseprite files directly, ideally with hot reloading, and during a release build the JSON with a sprite sheet can be exported and bundled. I'm not sure how exactly this would look.
What are your thoughts on this?
The text was updated successfully, but these errors were encountered:
The goal of this crate is only to be able to parse .asesprite files. The utils is kind of an exception to this and should probably be moved into another crate eventually. Things that integrate this into a more full-featured asset pipeline / workflow should live in other crates.
I'm currently not using this crate myself, and my gamedev time is very limited these days. Therefore, I currently don't have any meaningful thoughts on this.
Since yesterday I've become a maintainer for the ggez/aseprite crate.
Since the aseprite crate is purely focused on parsing exported JSON, and this crate is focussed on parsing
.aseprite
files, I think it would be nice to somehow combine them or at least collaborate.From a user's perspective, I think a workflow where you can work with the
.aseprite
files directly, ideally with hot reloading, and during a release build the JSON with a sprite sheet can be exported and bundled. I'm not sure how exactly this would look.What are your thoughts on this?
The text was updated successfully, but these errors were encountered: