paperManu / smallrt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smallRT, a small ray tracer

smallRT is a small and simple ray tracer, primarily based on the "Ray Tracing in a Weekend" book. It's goal is to serve as a playground for exploring various optimizations, profiling, fuzzying methods.

Installation

This project uses CMake, so it is business as usual:

mkdir build && cd build
cmake ..
make -j$(nproc)

Authors

About


Languages

Language:CMake 60.0%Language:C++ 40.0%