basic-graphics-samples
Graphics demo
Provides a set of graphics samples using the Vulkan API and Magma library for demonstration purposes.
Basic graphics samples using Magma library and Vulkan graphics API
43 stars
5 watching
2 forks
Language: C++
last commit: 16 days ago
Linked from 1 awesome list
vulkanvulkan-apivulkan-graphics
Related projects:
Repository | Description | Stars |
---|---|---|
gpuopen-librariesandsdks/hellovulkan | A Vulkan-based introductory sample to render a triangle on the screen. | 119 |
googlesamples/vulkan-basic-samples | A collection of sample applications demonstrating the Vulkan API | 498 |
0xc0dec/demos | A collection of OpenGL and Vulkan graphics demos in C++ | 45 |
nvpro-samples/gl_vk_chopper | A simple Vulkan rendering example | 206 |
itoral/vkdf | A collection of Vulkan demos to demonstrate the API and simplify the development of simple graphics applications. | 37 |
z80fan/vulkandemos | A collection of simple Vulkan API applications for learning and demonstration purposes | 70 |
googlesamples/android-vulkan-tutorials | A set of samples to illustrate the Vulkan API on Android | 863 |
jvm-graphics-labs/vulkan | A collection of examples and demos for the Vulkan API using Kotlin | 51 |
kennyalive/vulkan-base | A Vulkan-based 3D application demonstrating various features like rasterization pipeline setup, timestamp queries, debug labels, and ImGui integration. | 25 |
lwjgl/lwjgl3-demos | A collection of demonstration programs showcasing various features and techniques in graphics rendering using the LWJGL 3 API. | 351 |
jpbruyere/vkvg | A 2D graphics library built on top of Vulkan, providing a Cairo-like API for rendering and drawing operations. | 767 |
ripper37/gl_vs_vk | A comparison of two graphics APIs to measure their API-related overhead and performance differences | 83 |
nvpro-samples/gl_vk_bk3dthreaded | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
nyorain/rvg | A high-level graphics API for Vulkan 2D vector-like rendering | 188 |
boblchen/vulkandemos | Vulkan implementation and tutorial examples for building 3D graphics applications | 807 |