Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T10:03:37.000Z (about 5 years ago)
- Last Synced: 2024-08-04T02:10:22.047Z (4 months ago)
- Topics: cmake, gl3w, gles, opengl-loader
- Language: CMake
- Size: 4.88 KB
- Stars: 14
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```