omimouni / miniRT

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

Home Page:https://github.com/omimouni/miniRT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniRT - minimalist raytracer

MiniRT is the 3rd project I had at 1337FIL, it's suppose to be an introduction to the beautiful world of graphics.\

Build

after you install Minilibx on your system (MacOS and Linux) you can simply run the below command to run the project.

linux

make linux; ./miniRT [.rt] (--save)

MacOS

make linux; ./miniRT [.rt] (--save)

cams.rt

room.rt

deer.rt

Twitter Follow

About

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

https://github.com/omimouni/miniRT


Languages

Language:C 96.0%Language:Makefile 4.0%