https://github.com/zuck/opengl-examples
Modern OpenGL (fixed pipeline free) examples based on http://open.gl
https://github.com/zuck/opengl-examples
Last synced: 3 months ago
JSON representation
Modern OpenGL (fixed pipeline free) examples based on http://open.gl
- Host: GitHub
- URL: https://github.com/zuck/opengl-examples
- Owner: zuck
- License: bsd-2-clause
- Created: 2014-08-18T02:27:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T14:57:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T05:25:06.665Z (5 months ago)
- Language: CMake
- Size: 972 KB
- Stars: 121
- Watchers: 11
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenGL Examples
===============Modern **OpenGL** (*fixed-pipeline free*) examples based on http://open.gl
## Requirements
1. **CMake**
2. **OpenGL**
3. **GLEW**
4. **GLFW**## Building
As simple as typing:
mkdir Build && cd Build && cmake ..
And then build the generated files with your favourite compiler, e.g.:
make
## Running
Binaries could be found at `$BUILD_DIR/Binaries/$PLATFORM_NAME/$CONFIGURATION_NAME`, e.g.:
Build/Binaries/Linux/Release
## ContributingIf you find this project useful, you can also freely donate to fund the project development:
[](https://paypal.me/EBertoldi)
## License
Copyright (c) Emanuele Bertoldi
[MIT License](http://en.wikipedia.org/wiki/MIT_License)