A Support Library for testing out your OpenGL code with Less Effort started as a college project, a decent tool to test you openGL code (for 4.4 core as my PC supports upto 4.4 only, Higher version support coming in future). Still in beta stages
To clone: git clone --recursive https://github.com/ishanshLal-tRED/OpenGL-TestSite
##Usage Currently only "officially" supports Windows - Mac and Linux support is coming soon.
Run #Scripts/Win-Premake-GenProjects.bat
and open OpenGL-TestSite.sln
in Visual Studio 2019. OpenGL-Sandbox/src/ExampleLayer.cpp
containing the example OpenGL code that's running.