Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 381 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 381 Bytes

ts-raytracer

Raytracer in TypeScript/WebGPU, there are 2 implementations:

  1. CPU: which runs totally in JavaScript but with web workers for parallel computing
  2. WebGPU compute: only runs when WebGPU is enabled see Implemenation-Status

If you want to try this out go to: https://hsimpson.github.io/ts-raytracer