Skip to the content.

miniRT

A basic ray-tracing engine.

Description

It is a 42 school project, developped in C with the school graphic library, the minilibx.

You can generate static scenes composed of plans, sphere or cylinders. There can be several light sources, with different colors.

miniRT miniRT

Getting Started

Dependencies

Installing

 git clone git@github.com:WickiRiama/miniRT.git

Executing program

cd minirt
make
./miniRT scenes/caterpillar.rt

Generating new scenes

Acknowledgments

This project was a team project, realized with lmenigau.

42 School graphic library: minilibx

Github project

Project

Back to Portfolio

Back