rkrocha / miniRT

A ray tracing project using miniLibX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

miniRT

My first RayTracer with miniLibX.

Screenshot

About The Project

This project is an introduction to the beautiful world of Raytracing. Once completed you will be able to render simple Computer-Generated-Images and you will never be afraid of implementing mathematical formulas again.

Built With

Prerequisites

  • gcc
  • make
  • X11 include files (package xorg)
  • XShm extension must be present (package libxext-dev)
  • Utility functions from BSD systems - development files (package libbsd-dev)

Installation

  1. Clone the repo
git clone git@github.com:rkrocha/miniRT.git
  1. Compile the program
make bonus

Usage

./miniRT scenes/test.rt

Press Tab to change camera, or Esc to quit.

About

A ray tracing project using miniLibX


Languages

Language:C 95.7%Language:Makefile 4.3%