hakonrossebo / raytracer-challenge

Raytracer challenge in Rust - Work in progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raytracer challenge implementation in Rust

Based on the Jamis Buck book - https://pragprog.com/book/jbtracer/the-ray-tracer-challenge

Testable binaries

  • cargo run --bin projectile
  • cargo run --bin clock
  • cargo run --bin pistonwindowtest
  • cargo run --bin circle3d
  • cargo run --bin multithreadtest

New binaries will be added as chapters are beeing finished.

Unit testing

Use cargo-watch (cargo install cargo-watch) and run cargo-watch -x test

About

Raytracer challenge in Rust - Work in progress


Languages

Language:Rust 100.0%