A place to experiment with Wgpu and Shader programming.
Make sure you have Trunk installed in order to build the WASM client and run the dev server.
cargo install trunkInstall the nightly toolchain to enable function-call syntax for signals in Leptos
rustup toolchain install nightly
# ? enable for this project only
rustup override set nightlyAdd the wasm32 target
rustup target add wasm32-unknown-unknownRun the application using
trunk serve