- This is left up for educational purposes. There's value in keeping up old work to compare how far you've grown. 🙂
- Written when taking the graduate computer graphics class at UT Austin as an undergrad.
A raytracer written in C++.
- Ubuntu
- Mac OSX Mountain Lion
It uses OpenGL to draw the image to the screen, and assumes you have any needed OpenGL libraries already installed on your machine.
Navigate to the 'src' directory, and run the following commands...
make raytrace
./raytrace
You have to manually terminate it in the terminal through CTRL+C.
All code that I have written is licensed under the GNU General Public License. A copy of this license is located in LICENSE.md in the repository. I did not write the code in lowlevel.h and lowlevel.cpp, and thus it isn't covered under this license. If you have questions regarding this, please contact me directly.