{"id":15676974,"url":"https://github.com/rparrett/bevy_pipelines_ready","last_synced_at":"2025-04-14T16:22:04.397Z","repository":{"id":198296039,"uuid":"700643386","full_name":"rparrett/bevy_pipelines_ready","owner":"rparrett","description":"Bevy plugin for tracking render pipeline status.","archived":false,"fork":false,"pushed_at":"2025-03-21T14:01:08.000Z","size":26,"stargazers_count":17,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T19:28:10.796Z","etag":null,"topics":["bevy","game-development","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rparrett.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-05T02:10:56.000Z","updated_at":"2025-02-19T03:02:01.000Z","dependencies_parsed_at":"2024-02-17T22:32:05.687Z","dependency_job_id":"1306427b-8943-4442-9ee9-dd346d9d8f82","html_url":"https://github.com/rparrett/bevy_pipelines_ready","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.0625,"last_synced_commit":"8fc7919523ca03badcd3afb4a52865273f2201b1"},"previous_names":["rparrett/bevy_pipelines_ready"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_pipelines_ready","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_pipelines_ready/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_pipelines_ready/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_pipelines_ready/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rparrett","download_url":"https://codeload.github.com/rparrett/bevy_pipelines_ready/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248914205,"owners_count":21182380,"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","game-development","rust"],"created_at":"2024-10-03T16:07:50.877Z","updated_at":"2025-04-14T16:22:04.371Z","avatar_url":"https://github.com/rparrett.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bevy_pipelines_ready\n\n[![crates.io](https://img.shields.io/crates/v/bevy_pipelines_ready.svg)](https://crates.io/crates/bevy_pipelines_ready)\n[![docs](https://docs.rs/bevy_pipelines_ready/badge.svg)](https://docs.rs/bevy_pipelines_ready)\n[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)\n\nA tiny Bevy plugin that counts the number of render pipelines that are ready and makes that data available as a resource in the main world.\n\nThis is useful for creating a nice loading experience for your Bevy app, especially on the web where execution is single-threaded and pipeline building is disruptive.\n\n## Usage\n\nSee [`examples/states.rs`](examples/states.rs).\n\n## WebGL2 and WebGPU\n\nInstall [wasm-server-runner](https://github.com/jakobhellermann/wasm-server-runner).\n\n```bash\n# WebGL\ncargo run --example states --target=wasm32-unknown-unknown --features=webgl2\n\n# WebGPU\ncargo run --example states --target=wasm32-unknown-unknown --features=webgpu\n```\n\n## Compatibility\n\n| `bevy_pipelines_ready`   | `bevy` |\n| :--                      | :--    |\n| `0.5`                    | `0.15` |\n| `0.4`                    | `0.14` |\n| `0.3`                    | `0.13` |\n| `0.2`                    | `0.12` |\n| `0.1`                    | `0.11` |\n\n## Contributing\n\nPlease feel free to open a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frparrett%2Fbevy_pipelines_ready","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frparrett%2Fbevy_pipelines_ready","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frparrett%2Fbevy_pipelines_ready/lists"}