WebGL 2.0 Compute Shader is deprecated in favor of the WebGPU Proposal and as a result. The demo no longer works
Will move to WebGPU implementation once the proposal is stable.
WebGL 2.0 Compute Ray-tracing - Demo
- Check browser support: Can I use
- WebGL 2.0 compute shader is supported as an experimental feature on Windows / Linux.
- Using chrome: turn on
WebGl 2.0 Compute
andChoose ANGLE render backend: OpenGL
in Chrome experimental features. Access experimental features in chrome://flags - Having a good graphic card can give smoother FPS
npm run build
npm run dev