Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm-raytracer

a raytracer written in Rust compiled to a WebAssembly Component

Run locally

git https://github.com/hakilebara/wasm-raytracer
cd wasm-raytracer
make
cd dist
python3 -m http.server

Development

In a separate terminal, I use entr to automatically rebuild the wasm module.

ls web/*.{html,css,js}  src/*.rs | entr make

About

a raytracer written in Rust compiled into a WebAssembly Component

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages