Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```