Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
/ rayman Public archive

Latest commit

 

History

History
17 lines (11 loc) · 581 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 581 Bytes

Rayman

A ray tracer implemented in Rust, to learn the basics of Rust and computer graphics. Therefore the source code is heavily commented, to help me understand the concepts and conventions of both. This implementation is based on Peter Shirley's Ray Tracing in One Weekend.

Rayman

Generate image

  1. Install Rust tooling.
  2. Run cargo run --release > image.ppm inside the root directory.

License

This project is not licensed. Copyright (C) 2020 Robin Dahlstedt.