Skip to content

ezrasingh/wgpu-sandbox

Repository files navigation

Wgpu Sandbox

A place to experiment with Wgpu and Shader programming.

Getting Started

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published