/rt

Primary LanguageC++

rt logo

rt is a simple ray tracer written in C++.

It provides a basic framework to complete the rendering assignments from the Advanced Computer Graphics course taught as IIT Bombay.

Downloading rt

rt can be downloaded by cloning the git repository using

git clone https://github.com/paragchaudhuri/rt.git

Course information and framework documentation

For access to course information including slides and reading material, visit the main Advanced Computer Graphics course website.

The rt framework and coding assignments will be described on the assignments page.

Compiling and using rt

Run make to compile rt.

Then test it out with the provided scene file by running

./rt scenes/myscene.xml

For the scenefile format checkout the provided xml scenefile.

Doxygen documentation for rt can be generated by running

make doc