Repository containing OpenGL examples implementation.
- CMake >= 3
- g++ (MinGW in Windows)
- GLFW (present in
depsextract the zip) - GLEW (present in
depsextract the zip) - GLM (present in
depsextract the zip) - STB_IMAGE (present in
depsextract the zip)
$ mkdir build
$ cd build
$ cmake ..
$ make$ make {executable} # eg. make triangle$ cd src/{project}/ # $ cd src/01-triangle/
$ {executable} # $./triangleSupported executable
- triangle
- texture
- multi-texture
- controls
- 3d-model