An open API service indexing awesome lists of open source software.

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.

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.