8000 GitHub - wessamfathi/rtow: Ray Tracing in One Weekend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wessamfathi/rtow

Repository files navigation

rtow (Ray Tracing in One Weekend)

Overview

An implementation of Ray Tracing in One Weekend in C++, focusing on foundational concepts in real-time rendering.

Features

  • Implements ray-sphere intersections and shading techniques
  • Supports diffuse, reflective, and refractive materials
  • Outputs rendered images in PPM format

Prerequisites

  • C++ Compiler (C++17 compatible)

Building the Project

  1. Clone the repository:
git clone https://github.com/wessamfathi/rtow.git
cd rtow
  1. Compile and run:
mkdir build
cd build
cmake ..
make

License

This project is licensed under the MIT License.

About

Ray Tracing in One Weekend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0