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