rpt
A physically-based path tracer
File Explorer
Download Latest Version (.zip)- basic.rs
- compound.rs
- cornell.rs
- cylinder.rs
- cylinder.stl
- dragon.rs
- fractal_spheres.rs
- fractal_teapots.rs
- glass.rs
- lego.rs
- lego.zip
- marbles.rs
- metal.rs
- monomial-old.obj
- monomial.obj
- monomial_glass.rs
- pegasus.rs
- pegasus.zip
- rustacean.obj
- rustacean.rs
- simple_video.rs
- sphere.rs
- spheres.rs
- teapot.obj
- teapot.rs
- wine_glass.obj
- wine_glass.rs
- particle_state.rs
- particle_system.rs
- cube.rs
- mesh.rs
- monomial_surface.rs
- plane.rs
- sphere.rs
- buffer.rs
- camera.rs
- color.rs
- environment.rs
- io.rs
- kdtree.rs
- lib.rs
- light.rs
- material.rs
- object.rs
- ode.rs
- renderer.rs
- scene.rs
- shape.rs
- .gitignore
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ekzhang/rpt
Downloads the entire project code from GitHub to your computer.
cd rpt
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo run --example basic
Builds and then immediately runs the program.
cargo test
Type this command into your terminal and run it.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
