bevy_rapid_qoi
Bevy support for the QOI (Quite OK Image) format. Fork of bevy_qoi based on the rapid_qoi crate.
Features
- Enable Bevy to load QOI assets with the
QOIAssetLoader
. - Implement a
QOIPlugin
to register the asset loader more conveniently.
Quickstart
Add the QOIPlugin
to your app, and you're good to go.
use *;
use QOIPlugin;
Compatibility matrix
Bevy | bevy_rapid_qoi |
---|---|
0.8 | 1.0 |