A (really inefficient) WebGPU program that is able to send commands to the raymarching shader which is executed as a basic stack machine on the shader.
- Compute byte offsets
- This helped with determining issues I had with struct padding.
- Inigo Quilez
- Great articles on SDFs. I haven't even touched the surface.