https://github.com/dcodeio/raytrace
https://github.com/dcodeio/raytrace
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcodeio/raytrace
- Owner: dcodeIO
- Created: 2020-05-04T08:47:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T08:48:17.000Z (over 5 years ago)
- Last Synced: 2025-02-07T15:15:45.768Z (11 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.