gl
OpenGL wrapper
A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources.
Header-only C++17 wrapper for OpenGL 4.6 Core Profile.
158 stars
16 watching
11 forks
Language: C++
last commit: almost 3 years ago
Linked from 1 awesome list
cpp11openglwrapper
Related projects:
Repository | Description | Stars |
---|---|---|
cginternals/globjects | A C++ wrapper for OpenGL API objects, providing object-oriented interfaces to automate common rendering tasks and facilitate coherent use. | 539 |
ripper37/glul | An OpenGL utility library providing modern C++11 design and high-level abstractions for creating 2D graphics, input management, window creation, and more. | 56 |
kbielude/vkgl | An implementation of OpenGL using Vulkan as the underlying graphics API | 114 |
3b/cl-opengl | A set of CFFI bindings to the OpenGL, GLU and GLUT APIs for Common Lisp. | 278 |
matus-chochlik/oglplus | A collection of thin object-oriented facades over OpenGL, OpenAL, and EGL APIs to simplify C++ usage. | 495 |
binary1248/gls | A library to reduce boilerplate OpenGL code | 18 |
cginternals/glbinding | A C++ binding for the OpenGL API, providing a cross-platform and type-safe interface to the OpenGL API. | 831 |
overv/oogl | A C++ library that abstracts the OpenGL API, providing an object-oriented interface to 3D graphics and rendering. | 414 |
drug007/gfm7 | A set of D language wrappers around SDL2 and OpenGL libraries | 3 |
bitzhuwei/csharpgl | A C# wrapper for the OpenGL API, abstracting away its complexities to simplify game development and rendering tasks. | 570 |
vaiorabbit/ruby-opengl | A Ruby wrapper library for OpenGL, allowing developers to create graphics applications without having to write low-level OpenGL code. | 89 |
aidan63/linc_opengl | A C library providing native bindings to the OpenGL API for use in Haxe applications | 2 |
mwalczyk/plume | A wrapper around the Vulkan graphics API. | 14 |
haskell-opengl/glut | A Haskell binding for OpenGL, enabling cross-platform 3D graphics development in the Haskell programming language. | 61 |
snowkit/linc_opengl | A native binding library for OpenGL that provides access to OpenGL and GLEW APIs from Haxe code. | 8 |