PROGRESS https://raytracing.github.io/books/RayTracingInOneWeekend.html#surfacenormalsandmultipleobjects
A Rust executable project for ray tracing. Based on Ray Tracing in One Weekend by Peter Shirley.
- Rust and Cargo (install from https://rustup.rs/)
- WASM toolchain
Desktop:
cargo buildWASM:
wasm-pack buildor just run the server
npm run servecargo runsrc/main.rs: Entry point for the applicationsrc/lib.rs: WASM library code, includingCargo.toml: Project configuration and dependencies
This project is open source.