VKGL
GL wrapper
An implementation of OpenGL using Vulkan as the underlying graphics API
Core OpenGL over Vulkan
114 stars
16 watching
6 forks
Language: C++
last commit: 5 months ago
Linked from 1 awesome list
openglvulkan
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 |
kotlin-graphics/vkk | A Kotlin wrapper library for the Vulkan C API that adds features like type safety and exceptions to improve developers' experience without significant CPU runtime cost. | 131 |
haskell-opengl/glut | A Haskell binding for OpenGL, enabling cross-platform 3D graphics development in the Haskell programming language. | 61 |
acdemiralp/gl | A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources. | 158 |
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 |
binary1248/gls | A library to reduce boilerplate OpenGL code | 18 |
gpuopen-librariesandsdks/v-ez | A wrapper API to simplify the use of Vulkan for game developers and graphics engineers | 865 |
haskell-opengl/opengl | A set of Haskell libraries providing bindings to the OpenGL graphics API. | 147 |
ul-fri-lgm/logi | A C++ framework for building Vulkan-based graphics applications with minimal overhead and easy-to-use API | 15 |
mwalczyk/plume | A wrapper around the Vulkan graphics API. | 14 |
jpbruyere/vkvg | A 2D graphics library built on top of Vulkan, providing a Cairo-like API for rendering and drawing operations. | 767 |
3b/cl-opengl | A set of CFFI bindings to the OpenGL, GLU and GLUT APIs for Common Lisp. | 278 |
nvpro-samples/gl_vk_bk3dthreaded | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
matus-chochlik/oglplus | A collection of thin object-oriented facades over OpenGL, OpenAL, and EGL APIs to simplify C++ usage. | 495 |
snowkit/linc_opengl | A native binding library for OpenGL that provides access to OpenGL and GLEW APIs from Haxe code. | 8 |