Skip to content

Ray Tracer on development as a part of CS775: Advanced Computer Graphics

Notifications You must be signed in to change notification settings

vinayakvivek/CS775-rt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ray Tracer on development as a part of CS775: Advanced Computer Graphics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published