/rayca

🌈 Experimental project which purpose is to learn and apply graphics rendering algorithms such as raytracing.

Primary LanguageRustMIT LicenseMIT

Rayca 🌈

Rayca is an experimental project which purpose is to learn and apply graphics rendering algorithms such as raytracing.

Build

Rayca should work on Linux, MacOS, and Windows without issues, but if you need any help please do not hesitate to contact me.

  1. Install Rust
  2. Compile with cargo build.
  3. Pull test models: git submodule update --init.
  4. Run tests with cargo test --release.