A raytracer written in Rust, for fun. It uses collada files as input.
Supports native and WASM/web targets.
You can see the wasm version running at https://andreas-edling.github.io/raytracer-rs/
cargo run --release
specify input data, eg:
cargo run --release -- -f ./data/ico2.dae
./build_wasm.ps1
./run_wasm.ps1