Skip to content

DigitalJokerMan/bevy_qoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_qoi

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

Usage

Add the QOIPlugin to your app and you're good to go.

use bevy::prelude::*;
use bevy_qoi::QOIPlugin;

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages