wasm-bindgen/examples/raytrace-parallel
2019-06-19 11:14:37 -07:00
..
src Rewrite the parallel raytracing example with rayon 2019-06-13 06:48:53 -07:00
.gitignore Implement the local JS snippets RFC 2019-03-05 08:00:47 -08:00
build.sh Fix raytrace example by using an older nightly 2019-04-25 19:47:59 -07:00
Cargo.toml Bump to 0.2.47 2019-06-19 11:14:37 -07:00
index.html Update idioms of a few examples 2019-02-19 13:27:30 -08:00
index.js Rewrite the parallel raytracing example with rayon 2019-06-13 06:48:53 -07:00
README.md docs: update docs link 2019-05-26 16:43:00 +09:00
worker.js Rewrite the parallel raytracing example with rayon 2019-06-13 06:48:53 -07:00
Xargo.toml Implement support for WebAssembly threads 2018-10-23 01:20:18 -07:00

Parallel Raytracing

View documentation for this example online or View compiled example online

You can build the example locally with:

$ ./build.sh

(or running the commands on Windows manually)

and then visiting http://localhost:8080 in a browser should run the example!