He brings the light.
Rust raytracer implementation based on raytracer in a weekend.
Implemented monolithically with WASM in mind as a compilation target, not because it makes sense but because it provided me with the opportunity to learn more things at once.
- Rust (install) – The Rust programming language and toolchain
wasm-pack
(install) – Tools to build WASM binaries and bindings- NodeJS (install) – The Only Webscale™ runtime and package manager
- Yarn (install) – A Better™ package manager for NodeJS
cd client
yarn
Out of the box, it will start on http://0.0.0.0:9090
cd client
yarn start