Using OpenGL to render images
- Clone the project
- Install Make
- For Windows
- If you have choco on Windows type the following
choco install make
- If you don't have choco go to this website and install for windows "https://gnuwin32.sourceforge.net/packages/make.htm"
- If you have choco on Windows type the following
- For Debian/Ubuntu
sudo apt install make
- Open the Directory of the Render you would like to run
- In terminal type make "name in front of the .cpp" Ex:
make fireworks
will compile the fireworks.cpp in HW1 - Execute the created Executable Ex:
./fireworks
- Enjoy the render