mssurajkaiga / raytracer

A ray tracer in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raytracer

A ray tracer in C++. Currently, Raytracer is being parallelized via GPU. To view the progress switch to 'parallel' branch.

Instructions

Just type make. This creates an executable file 'test'. Run this with input parameter as the filename of the output bmp file. Example:

make ./test output.bmp

This creates an output.bmp file.

About

A ray tracer in C++


Languages

Language:C++ 45.3%Language:C 33.4%Language:Fortran 20.8%Language:Shell 0.2%Language:Python 0.1%Language:JavaScript 0.1%Language:CSS 0.1%Language:Objective-C 0.0%