Skip to content

xulaus/wasm_raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm_raytracer

A raytracer shipped in WebASM

Building

Requires wasm-pack and rust installed.

Build with :

wasm-pack build --target web

Veiwing

Start a static file server in the root directory e.g.

python3 -m http.server 8080 

Then navigate to http://localhost:8080/ in a browser supporting WebASM and Modules

About

A raytracer shipped in WebASM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors