Crates.io | bevy_pipelines_ready |
lib.rs | bevy_pipelines_ready |
version | 0.4.0 |
source | src |
created_at | 2023-10-05 01:43:17.17112 |
updated_at | 2024-07-04 17:54:11.906321 |
description | Bevy plugin for tracking render pipeline status. |
homepage | https://github.com/rparrett/bevy_pipelines_ready |
repository | https://github.com/rparrett/bevy_pipelines_ready |
max_upload_size | |
id | 993494 |
size | 104,117 |
A 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.
This 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.
See examples/states.rs
.
Install wasm-server-runner.
# WebGL
cargo run --example states --target=wasm32-unknown-unknown --features=webgl2
# WebGPU
cargo run --example states --target=wasm32-unknown-unknown --features=webgpu
bevy_pipelines_ready |
bevy |
---|---|
0.4 |
0.14 |
0.3 |
0.13 |
0.2 |
0.12 |
0.1 |
0.11 |
Please feel free to open a PR.