Rayca is an experimental project which purpose is to learn and apply graphics rendering algorithms such as raytracing.
Rayca should work on Linux, MacOS, and Windows without issues, but if you need any help please do not hesitate to contact me.
- Install Rust
- Compile with
cargo build
. - Pull test models:
git submodule update --init
. - Run tests with
cargo test --release
.