Skip to content

compute-toys/wgpu-compute-toy

Repository files navigation

wgpu-compute-toy

This is the compute shader engine for https://compute.toys

As well as running on the web via WebAssembly and WebGPU, it can run natively using standard desktop graphics APIs like Vulkan and DirectX.

Native

cargo run examples/davidar/buddhabrot.wgsl

screenshot

Shortcuts

  • space to toggle pause/resume of the rendering
  • esc to exit
  • backspace to reset time

Web

See https://github.com/compute-toys/compute.toys