This is an example project going through the famous Ray Tracing in One Weekend book. You can run the code using veda, an atom plugin to write GLSL and run it in the ...
This is an implementation of the ray tracer described in Ray Tracing in One Weekend, but rather in TypeScript on WebGPU. For development, run npm start to start a ...