{"id":15282702,"url":"https://github.com/celerysaltgames/bevy_rapid_qoi","last_synced_at":"2025-10-07T00:31:14.726Z","repository":{"id":57926272,"uuid":"529191329","full_name":"celerysaltgames/bevy_rapid_qoi","owner":"celerysaltgames","description":"Bevy support for the QOI (Quite OK Image) format.","archived":false,"fork":true,"pushed_at":"2023-11-11T14:21:57.000Z","size":31,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-09-15T19:13:59.086Z","etag":null,"topics":["assets","bevy","bevy-plugin","qoi"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/bevy_rapid_qoi","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"DigitalJokerMan/bevy_qoi","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/celerysaltgames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-26T09:15:09.000Z","updated_at":"2022-10-19T13:15:12.000Z","dependencies_parsed_at":"2023-01-23T10:50:37.700Z","dependency_job_id":null,"html_url":"https://github.com/celerysaltgames/bevy_rapid_qoi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerysaltgames%2Fbevy_rapid_qoi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerysaltgames%2Fbevy_rapid_qoi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerysaltgames%2Fbevy_rapid_qoi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerysaltgames%2Fbevy_rapid_qoi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celerysaltgames","download_url":"https://codeload.github.com/celerysaltgames/bevy_rapid_qoi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877450,"owners_count":16554878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assets","bevy","bevy-plugin","qoi"],"created_at":"2024-09-30T14:36:22.805Z","updated_at":"2025-10-07T00:31:09.406Z","avatar_url":"https://github.com/celerysaltgames.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bevy_rapid_qoi\n\n[![Latest Version](https://img.shields.io/crates/v/bevy_rapid_qoi.svg)](https://crates.io/crates/bevy_rapid_qoi)\n[![Rust Documentation](https://docs.rs/bevy_rapid_qoi/badge.svg)](https://docs.rs/bevy_rapid_qoi)\n![Crates.io](https://img.shields.io/crates/l/bevy_rapid_qoi)\n![Crates.io](https://img.shields.io/crates/d/bevy_rapid_qoi)\n\nBevy support for the QOI (Quite OK Image) format. Fork of [bevy_qoi](https://github.com/DigitalJokerMan/bevy_qoi) based on the [rapid_qoi](https://crates.io/crates/rapid-qoi) crate.\n\n## Features\n\n- Enable Bevy to load QOI assets with the `QOIAssetLoader`.\n- Implement a `QOIPlugin` to register the asset loader more conveniently.\n\n## Quickstart\n\nAdd the `QOIPlugin` to your app, and you're good to go.\n\n```rs\nuse bevy::prelude::*;\nuse bevy_rapid_qoi::QOIPlugin;\n\nfn main() {\n    App::new()\n        .add_plugin(QOIPlugin)\n        .run();\n}\n```\n\n## Compatibility matrix\n\n| Bevy | bevy_rapid_qoi |\n|------|----------------|\n| 0.8  | 1.0            |\n\n## Inspired by\n\n- The [Bevy Qoi](https://crates.io/crates/bevy_qoi) plugin.\n- The excellent [Rapid QOI](https://crates.io/crates/rapid-qoi) implementation of QOI in Rust.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelerysaltgames%2Fbevy_rapid_qoi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelerysaltgames%2Fbevy_rapid_qoi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelerysaltgames%2Fbevy_rapid_qoi/lists"}