V-EZ
Vulkan wrapper
A wrapper API to simplify the use of Vulkan for game developers and graphics engineers
865 stars
40 watching
70 forks
Language: C
last commit: about 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
gpuopen-librariesandsdks/hellovulkan | A Vulkan-based introductory sample to render a triangle on the screen. | 119 |
vulkan-go/vulkan | Provides Go bindings for a cross-platform 3D graphics and compute API to interact with Vulkan without needing C/C++ | 753 |
bero1985/pasvulkan | A framework and API wrapper for Object Pascal to interact with the Vulkan graphics API | 193 |
gpuopen-drivers/xgl | Translates Vulkan API commands into PAL commands to enable graphics rendering | 215 |
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 |
realitix/vulkan | A Python wrapper for the Vulkan graphics API | 502 |
mwalczyk/plume | A wrapper around the Vulkan graphics API. | 14 |
expipiplus1/vulkan | Haskell bindings for the Vulkan graphics API | 140 |
maierfelix/nvk | Provides a high-performance, low-abstraction Vulkan API for JavaScript and TypeScript. | 924 |
gpuopen-librariesandsdks/cauldron | A framework for rapid prototyping and development of graphics applications using Vulkan or DirectX 12 | 922 |
gpuopen-drivers/amdvlk | A Vulkan graphics driver for AMD Radeon GPUs on Linux | 1,750 |
darmie/linc_vulkan | A set of bindings and wrappers around the Vulkan graphics API to make it accessible from Haxe programming language. | 14 |
deno-windowing/vulkan | An API binding layer between Vulkan and Deno, providing a TypeScript interface to the Vulkan graphics API. | 15 |
kbielude/vkgl | An implementation of OpenGL using Vulkan as the underlying graphics API | 114 |
particlepeter/erupted | A set of auto-generated D bindings for the Vulkan API that automatically loads the necessary functions and provides a way to interact with it. | 52 |