A student project at 42.fr. A minimal raytracing engine writtent in C and MiniLibX.
- Clone the repo:
[email protected]:nesvoboda/minirt.git --recursive
cd
into it andmake
to compile it:
cd minirt && make
- Now
./miniRT ./scenes/scene.rt
There are some scenes in the scenes
folder that showcase minirt.
It has been suggested that the color model is slightly inaccurate.