You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple template that comes with a [CMake file](CMakeLists.txt) that can be easily configured to work both on linux, windows and x86 or x64 architectures.
3
3
4
+
* GLM version 0.9.9
5
+
* GLEW version 2.1.0
6
+
* GLFW version 3.3.2
7
+
(Latest stable versions as for 08/03/2020)
4
8
# How To
5
9
Clone the this project. Set the desired compilation directives in the CMake file, and then use a compiler (Visual C++ on windows or GCC on linux) to compile your GL program :)
0 commit comments