compute-toys / wgpu-compute-toy

Cross-platform compute shader engine
https://compute.toys
MIT License
119 stars 16 forks source link
computer-graphics rust shaders shadertoy wasm webgpu wgpu wgsl

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

Web

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