#GIF images

1 messages · Page 1 of 1 (latest)

slow crown
#

I don't think this is supported by Bevy, nor by any existing third-party crate, yet
It is possible to create your own AssetLoader though, like those crates (and bevy's code) do: https://bevyengine.org/assets/#asset-loading

#

The asset system will be reworked in 0.12 though so be aware that defining an AssetLoader might change

solid tulip
#

I found somebody claiming that there is feature for gif loader but I couldn't find anything more about that: #1069615864543973378 message

solid tulip
slow crown
# solid tulip I found somebody claiming that there is feature for gif loader but I couldn't fi...

Maybe that feature was removed in 0.10? I don't see it in 0.10's doc and I don't see it in the code of main/soon to be 0.11: https://github.com/bevyengine/bevy/blob/ab3b429211b86145c84e352e1a6ef347f0c9657a/crates/bevy_render/src/texture/image_texture_loader.rs#L16

GitHub

A refreshingly simple data-driven game engine built in Rust - bevy/crates/bevy_render/src/texture/image_texture_loader.rs at ab3b429211b86145c84e352e1a6ef347f0c9657a · bevyengine/bevy

#

I don't see it in past versions of the code either