Attempting Graphics from Scratch
Required:
- C++ Compiler (c++11)
- GLUT or FREEGLUT setup
- Install cmake to tun the project up and running
Steps to run the project:
- git clone https://github.com/Gopal-Kshetri/Graphics-RaniPokhari.git
- open in any IDE
- cmake -B build/
- navigate to build folder
- Run 'make' command
- run './Rani_Pokhari'