rsrt is a small, extensible ray tracing framework with some useful implementations. It provides a basic forward path tracer, a sphere,
and some simple materials.
To build and render the default scene, use
$ cargo run --release
To build and view the documentation, use
$ cargo doc --open
Questions and comments can be sent to my email, [email protected].
© 2020 Chris Foster