live reload, bevy engine
demo.mp4
it's just a proof of concept, implementation is pretty clunky
how to run:
cargo build
cargo run --package game_loader
code changed in game/src
will be automatically compiled and reloaded
if you see directx error spam (INVALID_SUBRESOURCE_STATE) use vulkan as backend instead: WGPU_BACKEND=vulkan
bevyengine/bevy#14936 (comment)