Toy project to try shaders in native and web
./assets/
folder is copied into project folder (crates/web
andcrates/native
)- hot reloading is present, so you can edit copied assets live.
⚠️ they will be replaced bycargo make
commands - web build still needs a browser refresh to update assets.
cd crates/native && cargo make native
cd crates/logic && cargo make web && cd ../web && cargo run --bin web