A somewhat refined version of an output of my tinkering with wgpu
.
Experience the desktop version with cargo run
.
Experience the web version by building with wasm-pack
(wasm-pack build --target web
) and serving index.html
with something like simple-http-server
.