| Crates.io | tinyraytracer_rs |
| lib.rs | tinyraytracer_rs |
| version | 0.1.1 |
| created_at | 2025-05-30 22:27:04.79083+00 |
| updated_at | 2025-05-31 14:27:14.122489+00 |
| description | A simple raytracer in pure Rust, converted from C++ |
| homepage | |
| repository | https://github.com/Houssem-Jarray/tinyraytracer_rs |
| max_upload_size | |
| id | 1695731 |
| size | 7,093,437 |
A basic ray tracer written in Rust 🦀. This project showcases how to build a minimal path-traced renderer from scratch, featuring:
Scene rendered with spheres, lighting, reflection, and refraction.
Clone and run the project:
git clone https://github.com/Houssem-Jarray/tinyraytracer_rs.git
cd tinyraytracer_rs
cargo run --release