https://github.com/slowyn/rust-tracer
Simple Ray tracer written in Rust
https://github.com/slowyn/rust-tracer
raytracer raytracing rust rust-lang
Last synced: 10 months ago
JSON representation
Simple Ray tracer written in Rust
- Host: GitHub
- URL: https://github.com/slowyn/rust-tracer
- Owner: Slowyn
- Created: 2019-11-05T07:24:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T21:53:12.000Z (almost 5 years ago)
- Last Synced: 2023-03-05T18:00:55.017Z (almost 3 years ago)
- Topics: raytracer, raytracing, rust, rust-lang
- Language: Rust
- Size: 2.63 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Rust Tracer
Toy Ray Tracer written in Rust. Based on Peter Shirley's Ray Tracing The Next Week
#### Ray Tracing The Next Week final scene

#### Ray Tracing in One Weekend final scene

## Credits
The project was inspired by excellent [book about RayTracing by Peter Shirley](http://www.realtimerendering.com/raytracing/Ray%20Tracing%20in%20a%20Weekend.pdf).
There are still a lot of job to be done, but the basics are ready.
## Run
> Rust and Cargo must be installed
1. `Clone the project`
1. `cargo run --release`