{"id":13734111,"url":"https://github.com/smokku/bevy_miniquad","last_synced_at":"2025-10-19T13:02:02.242Z","repository":{"id":52260420,"uuid":"296891116","full_name":"smokku/bevy_miniquad","owner":"smokku","description":"Bevy engine + miniquad render plugin","archived":false,"fork":false,"pushed_at":"2025-04-01T14:27:07.000Z","size":489,"stargazers_count":45,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T07:08:15.801Z","etag":null,"topics":["bevy","bevy-miniquad","game-engine","miniquad","opengl","rust","webgl"],"latest_commit_sha":null,"homepage":"https://smokku.github.io/bevy_miniquad/","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smokku.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-19T14:53:00.000Z","updated_at":"2025-04-01T14:27:11.000Z","dependencies_parsed_at":"2024-10-03T12:32:01.652Z","dependency_job_id":"2029f1f9-a136-4f8c-8abc-9c32f4f75546","html_url":"https://github.com/smokku/bevy_miniquad","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/smokku%2Fbevy_miniquad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smokku%2Fbevy_miniquad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smokku%2Fbevy_miniquad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smokku%2Fbevy_miniquad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smokku","download_url":"https://codeload.github.com/smokku/bevy_miniquad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837281,"owners_count":21169374,"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":["bevy","bevy-miniquad","game-engine","miniquad","opengl","rust","webgl"],"created_at":"2024-08-03T03:00:52.684Z","updated_at":"2025-10-19T13:01:57.202Z","avatar_url":"https://github.com/smokku.png","language":"Rust","funding_links":[],"categories":["Libraries","Plugins and Crates"],"sub_categories":["Libraries: Integrations","Backends"],"readme":"# Bevy engine + miniquad renderer\n\nThis is a plugin for [Bevy engine][1] that replaces default windowing and rendering plugins\nwith [miniquad][2] based one.\n\n[1]: https://github.com/bevyengine/bevy\n[2]: https://github.com/not-fl3/miniquad\n\n## Usage\n\nAdd to your `Cargo.toml`:\n\n```toml\n[dependencies]\nbevy = { version = \"0.15\", default-features = false }\nbevy_miniquad = \"0.4\"\n```\n\nYou need to implement your own `render` function and add it as a resource:\n\n```rust\nApp::build()\n    .add_default_plugins()\n    .add_resource::\u003cDrawFn\u003e(Arc::new(Box::new(draw)))\n    .add_plugin(MiniquadPlugin)\n```\n\nThis plugin exposes `Window` resource with window dimensions and cursor position.\n\n## features\n\n### `log-impl`\n\nThis plugin exposes `log` module with API compatible with `log` crate, which\nworks under every `miniquad` supported platform. See `blobs` example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmokku%2Fbevy_miniquad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmokku%2Fbevy_miniquad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmokku%2Fbevy_miniquad/lists"}