Project containing all basic dependencies for opengl (GLFW,GLEW,GLM,IMGUI)
to clone this project it is NECESSARY to use the --recursive
flag
git clone --recursive https://github.com/notshriram/OpenGL_Boilerplate
CMake Visual Studio
- WINDOWS:
After cloning the repository make a new folder with the name build
and the nrun the command cmake ..
inside the folder
mkdir build
cd build
cmake ..
- LINUX
sudo apt-get install libx11-dev xrandr-dev
mkdir build
cd build
cmake ..
- Shriram R - Initial work - notshriram
This project is licensed under the MIT License - see the LICENSE.md file for details