GLS
OpenGL utility
A library to reduce boilerplate OpenGL code
GL Stuff - A library aimed at reducing the boilerplate OpenGL code you always have to write.
18 stars
4 watching
1 forks
Language: C++
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
go-gl/gl | Go bindings for OpenGL. | 1,094 |
cginternals/glbinding | A C++ binding for the OpenGL API, providing a cross-platform and type-safe interface to the OpenGL API. | 833 |
acdemiralp/gl | A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources. | 158 |
goxjs/glfw | Provides an API for creating OpenGL contexts and handling events in cross-platform applications. | 83 |
kbielude/vkgl | An implementation of OpenGL using Vulkan as the underlying graphics API | 115 |
cginternals/globjects | A C++ wrapper for OpenGL API objects, providing object-oriented interfaces to automate common rendering tasks and facilitate coherent use. | 539 |
3b/cl-opengl | A set of CFFI bindings to the OpenGL, GLU and GLUT APIs for Common Lisp. | 278 |
goxjs/gl | A Go cross-platform binding for OpenGL with support for multiple rendering backends. | 177 |
bsl/glfw-b | Haskell bindings to a cross-platform library for creating windows with OpenGL contexts and managing input and events. | 72 |
matus-chochlik/oglplus | A collection of libraries that provide object-oriented facades over OpenGL, OpenAL, and EGL APIs for easier C++ development. | 495 |
rougier/freetype-gl | An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,647 |
brendanzab/gl-rs | A tool that generates bindings to OpenGL APIs | 682 |
ekmett/gl | Provides Haskell bindings to the OpenGL specification | 93 |
google/swissgl | A minimalistic wrapper on WebGL2 API for reducing boilerplate code in procedural visualizations and simulations | 1,153 |