This is a graphics library which is being made in just C++ with OpenGL (using GLEW) and GLFW for windowing and input etc.
Some rectangles drawn
The rectangles can be hooked up with the input to make them interactable too.
- GLFW and GLEW.
- Visual Studio.
- GLM for maths stuff.
- A graphics card compatible with OpenGL 4.0.
- Clone the repository.
- Double Click on the Visual Studio Solution (.sln) file, which is under the root directory of the project.
- Once Visual Studio loads up, make sure that you're building under x86 architecture, and that you're linking against the dlls or the static GLFW and GLEW libraries for Visual Studio.
- Press
Ctrl + Shift + B
or hit build. - Click on Run.
- The sample would run.