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

https://github.com/dcodeio/raytrace


https://github.com/dcodeio/raytrace

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

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](./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.