merwaaan / bevy_spritesheet_animation

A Bevy plugin for animating sprites that are backed by spritesheets
MIT License
47 stars 3 forks source link

Asset loader #10

Open mgi388 opened 3 weeks ago

mgi388 commented 3 weeks ago

By any chance have you created an asset loader that works with this crate?

It's possible that the space is too opinionated at least for this crate to provide an asset loader, but I was curious if you've been using this crate with an asset loader?

I wonder if at the very least we need serde support so we can create clips and animations from RON files, for example? Again, I guess it's possible that is something that this crate should not support and those serialization types and the loader should all be created as 3rd party to this.

merwaaan commented 2 weeks ago

I have not used an asset loader in that context but I can see the use-case.

I'm not against providing some kind of animation loader with the crate as long as it's an opt-in feature.