Miolith / raytracing

Simple raytracing program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray Tracing

Simple raytracing program, the same you'we seen hundred times. But with modern C++23.

Result

Result

Download

This project uses git submodules, consider using --recursive flag when cloning.

git clone --recursive https://github.com/Miolith/raytracing.git

Build

mkdir build
cd build
cmake ..
make

About

Simple raytracing program

License:MIT License


Languages

Language:C++ 97.4%Language:CMake 2.6%