Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_rapid_qoi

Latest Version Rust Documentation Crates.io Crates.io

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 bevy::prelude::*;
use bevy_rapid_qoi::QOIPlugin;

fn main() {
    App::new()
        .add_plugin(QOIPlugin)
        .run();
}

Compatibility matrix

Bevy bevy_rapid_qoi
0.8 1.0

Inspired by

About

Bevy support for the QOI (Quite OK Image) format.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages