Modern OpenGL (fixed-pipeline free) examples based on http://open.gl
- CMake
- OpenGL
- GLEW
- GLFW
As simple as typing:
mkdir Build && cd Build && cmake ..
And then build the generated files with your favourite compiler, e.g.:
make
Binaries could be found at $BUILD_DIR/Binaries/$PLATFORM_NAME/$CONFIGURATION_NAME
, e.g.:
Build/Binaries/Linux/Release
If you find this project useful, you can also freely donate to fund the project development:
Copyright (c) Emanuele Bertoldi