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 trunk
Install the nightly toolchain to enable function-call syntax for signals in Leptos
rustup toolchain install nightly
# ? enable for this project only
rustup override set nightly
Add the wasm32 target
rustup target add wasm32-unknown-unknown
Run the application using
trunk serve