Skip to content

A toy program that implements a simple ray tracer in Rust and JavaScript

License

Notifications You must be signed in to change notification settings

psiphi75/wasm-raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A toy program that implements a simple ray tracer in Rust and JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published