https://github.com/paroj/glXXw
OpenGL loader for GL3 Core and GLES2/3 - like gl3w, but written in CMake
https://github.com/paroj/glXXw
cmake gl3w gles opengl-loader
Last synced: about 1 month ago
JSON representation
OpenGL loader for GL3 Core and GLES2/3 - like gl3w, but written in CMake
- Host: GitHub
- URL: https://github.com/paroj/glXXw
- Owner: paroj
- Created: 2017-02-17T18:35:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T10:03:37.000Z (almost 6 years ago)
- Last Synced: 2025-04-20T11:59:39.941Z (about 2 months ago)
- Topics: cmake, gl3w, gles, opengl-loader
- Language: CMake
- Size: 4.88 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeCppGameDev - glXXw - like gl3w, but written in CMake (Graphics)
README
# glXXw: OpenGL loader library for GL3 core and GLES2/3
This project is inspired by gl3w and offers the same API, but is implemented in CMake to integrate with existing build systems.
Note that standalone mode is also supported like:
```
cmake -P gl3w_gen.cmake
```