Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 496 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 496 Bytes

Cross-Platform GL Executable Project

This is a simple template that comes with a CMake file that can be easily configured to work both on linux, windows and x86 or x64 architectures.

  • GLM version 0.9.9
  • GLEW version 2.1.0
  • GLFW version 3.3.2

(Latest stable versions as of 08/03/2020)

How To

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 :)