Hugothms / miniRT

42 Project - My first RayTracer with miniLibX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miniRT

This project is an introduction to the beautiful world of Raytracing.

Gallery

molleculles cylinders sphere_shadows spheres

Usage

First clone the repository and the git submodules:

git clone --recurse-submodules -j8 git@github.com:Hugothms/miniRT.git

Then make and run the executable:

make && ./miniRT scenes/test.rt

Or, you can make and run more conveniently:

make test

About

42 Project - My first RayTracer with miniLibX

License:GNU General Public License v3.0


Languages

Language:C 76.0%Language:Objective-C 21.7%Language:Makefile 2.3%