An open API service indexing awesome lists of open source software.

https://github.com/jin/raytracer

Animated parallel raytracer in TypeScript compiled to WebGL, using GPU.js. Specular, Lambertian reflections included.
https://github.com/jin/raytracer

computer-graphics gpujs raytracer raytracing typescript

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

### 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`.