GL_vs_VK
Graphics API benchmark
A comparison of two graphics APIs to measure their API-related overhead and performance differences
Comparison of OpenGL and Vulkan API in terms of performance.
83 stars
7 watching
10 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
benchmarkcomparisongraphicsgraphics-apilinuxopenglperformancevulkanwindows
Related projects:
Repository | Description | Stars |
---|---|---|
| An OpenGL utility library providing modern C++11 design and high-level abstractions for creating 2D graphics, input management, window creation, and more. | 56 |
| Tools for inspecting and replaying graphics API calls from applications to GPUs | 2,209 |
| A benchmarking tool to measure the performance impact of resource binding strategies in Vulkan graphics rendering. | 6 |
| An implementation of OpenGL using Vulkan as the underlying graphics API | 115 |
| A simple Vulkan rendering example | 207 |
| A low-level graphics API providing features like ray tracing and support for multiple backends | 390 |
| Automated tests for various graphics APIs to ensure driver quality and compatibility | 9 |
| A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 165 |
| A high-performance CPU-based implementation of the Vulkan graphics API for hardware independence in 3D graphics. | 2,183 |
| A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
| Provides a software interface to OpenGL for rendering graphics in multiple platforms. | 10 |
| Translates Vulkan API commands into PAL commands to enable graphics rendering | 217 |
| A 2D graphics library built on top of Vulkan, providing a Cairo-like API for rendering and drawing operations. | 774 |
| Conformance testing suite for graphics APIs | 526 |
| A C++/OpenGL/OpenAL based application and benchmarking project demonstrating the performance difference between native compilation and WebAssembly compilation. | 73 |