dcodeIO / raytrace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray tracer

Approaches the field from a naive perspective to find out where compiler and loader need to improve.

Instructions

First, install the development dependencies:

$> npm install

Now, to build assembly/index.ts to an untouched and an optimized .wasm including their respective .wat representations, run:

$> npm run asbuild

Afterwards, run

$> npm start

to start a local server. Should also automatically launch a browser.

About


Languages

Language:TypeScript 69.6%Language:HTML 30.4%