/Graphics-Test-1

OpenGL and GLFW Test

Primary LanguageC++MIT LicenseMIT

Graphics Test 1

OpenGL and GLFW Test

Requirements

Before compiling

  • Set the environment variable GLAD_PATH to the path to the location of the glad.c or glad.o file.
$ export GLAD_PATH=/path/to/glad.c
  • Create the bin directory.
$ mkdir bin

Compiling

$ cmake --build bin --target clean -j4
$ cmake --build bin --target graphicsTest1 -j4

Running

$ ./bin/graphicsTest1

License

MIT