Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 515 Bytes

Real Time Ray Tracer Written in Rust and JavaScript

A toy program that implements a simple ray tracer. There is a WASM Rust component and a JavaScript component.

A live sample can be found here.

Building

To build the project just run the following. This will put everything into the dist/ folder.

./build

Then run serve or your favourite static HTTP server.

./serve dist

Then you will see the rendered page at http://localhost:5000.