globjects
OpenGL wrapper
A C++ wrapper for OpenGL API objects, providing object-oriented interfaces to automate common rendering tasks and facilitate coherent use.
C++ library strictly wrapping OpenGL objects.
539 stars
37 watching
59 forks
Language: C++
last commit: 9 months ago
Linked from 1 awesome list
c-plus-plusc-plus-plus-11libraryobject-orientedopengl-librarywrapper
Related projects:
Repository | Description | Stars |
---|---|---|
acdemiralp/gl | A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources. | 158 |
cginternals/glbinding | A C++ binding for the OpenGL API, providing a cross-platform and type-safe interface to the OpenGL API. | 831 |
3b/cl-opengl | A set of CFFI bindings to the OpenGL, GLU and GLUT APIs for Common Lisp. | 278 |
kbielude/vkgl | An implementation of OpenGL using Vulkan as the underlying graphics API | 114 |
haskell-opengl/glut | A Haskell binding for OpenGL, enabling cross-platform 3D graphics development in the Haskell programming language. | 61 |
ziglibs/zgl | A thin, type-safe binding for OpenGL | 425 |
overv/oogl | A C++ library that abstracts the OpenGL API, providing an object-oriented interface to 3D graphics and rendering. | 414 |
snowkit/linc_opengl | A native binding library for OpenGL that provides access to OpenGL and GLEW APIs from Haxe code. | 8 |
aidan63/linc_opengl | A C library providing native bindings to the OpenGL API for use in Haxe applications | 2 |
vaiorabbit/ruby-opengl | A Ruby wrapper library for OpenGL, allowing developers to create graphics applications without having to write low-level OpenGL code. | 89 |
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 |
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 |
go-gl/gl | Go bindings for OpenGL. | 1,088 |
luca-piccioni/opengl.net | A set of C# libraries and toolkits that provide a platform-agnostic interface to OpenGL for building graphics applications. | 580 |