nesvoboda / minirt

🔦 A minimal raytracing engine in written in C on MinilibX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🔦 A minimal raytracing engine in written in C on MinilibX


Languages

Language:C 96.8%Language:Makefile 1.8%Language:C++ 1.4%