A simple graphics program to render 3D scenes using software raycasting.
To build the project:
$ make all
To build and run:
$ make run
- freeglut: To create a window and paint it;
- DevIL: To load and handle images;
- OpenMP: To support multithreading (check your gcc version);
To install DevIL:
sudo apt-get install libdevil-dev