/raytracer

Animated parallel raytracer in TypeScript compiled to WebGL, using GPU.js. Specular, Lambertian reflections included.

Primary LanguageTypeScript

A TypeScript project with GPU.js

Installation

npm install typescript

Running

tsc # builds to app.js
open index.html

Others

GPU.js TypeScript definition file is in lib/gpu.d.ts.