https://github.com/bevy-rust-gpu/example-workspace
Example workspace showcasing hot-reloading and hot-building.
https://github.com/bevy-rust-gpu/example-workspace
bevy rust rust-gpu
Last synced: 10 months ago
JSON representation
Example workspace showcasing hot-reloading and hot-building.
- Host: GitHub
- URL: https://github.com/bevy-rust-gpu/example-workspace
- Owner: Bevy-Rust-GPU
- License: apache-2.0
- Created: 2023-02-21T01:50:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T22:41:33.000Z (over 2 years ago)
- Last Synced: 2025-03-22T22:40:02.832Z (11 months ago)
- Topics: bevy, rust, rust-gpu
- Language: Rust
- Homepage:
- Size: 631 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# example-workspace
Example setup for hot-rebuilding `rust-gpu` shaders in response to entrypoints requested by a bevy application.
This repo contains two workspaces; `bevy-app` is a non-nightly rust workspace containing a shader viewer crate,
and `rust-gpu` is a nightly rust workspace configured to compile shader crates into SPIR-V.
See `README.md` in each subdirectory for more information.