/example-workspace

Example workspace showcasing hot-reloading and hot-building.

Primary LanguageRustApache License 2.0Apache-2.0

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.