/minirt

🔦 A minimal raytracing engine in written in C on MinilibX

Primary LanguageC

Minirt Logo

A student project at 42.fr. A minimal raytracing engine writtent in C and MiniLibX.

Minirt Screenshot

How to install

  1. Clone the repo:
git@github.com:nesvoboda/minirt.git --recursive
  1. cd into it and make to compile it:
cd minirt && make
  1. Now ./miniRT ./scenes/scene.rt

There are some scenes in the scenes folder that showcase minirt.

Known Issues

It has been suggested that the color model is slightly inaccurate.