libvc
GP GPU engine
A Vulkan-based GPGPU engine that compiles and executes SPIR-V compute shaders for general-purpose computing tasks.
Vulkan Compute for C++ (experimentation project)
133 stars
14 watching
12 forks
Language: C++
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A C++20 Vulkan engine designed as a learning project with basic features and limited compatibility. | 475 |
| | A Vulkan-based framework for accelerating computations on graphics processing units. | 347 |
| | A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,783 |
| | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
| | Translates Vulkan API commands into PAL commands to enable graphics rendering | 217 |
| | A Vulkan-based demo of rendering a fractal on the GPU through compute operations | 715 |
| | A framework for rapid prototyping and development of graphics applications using Vulkan or DirectX 12 | 933 |
| | An open-source implementation of a GPU core for machine learning, designed to run PyTorch and other frameworks on an ASIC. | 852 |
| | A simple Vulkan rendering example | 207 |
| | A high-performance C++17 graphics and compute library leveraging Vulkan for GPU-accelerated tasks | 20 |
| | An offline compiler and code analysis tool for various GPU architectures and programming languages. | 422 |
| | A C++ Vulkan starter repository providing a basic structure for building cross-platform renderers and applications. | 77 |
| | Provides a Vulkan-based interface to CUDA's runtime API for GPU-accelerated applications | 869 |
| | A wrapper API to simplify the use of Vulkan for game developers and graphics engineers | 865 |
| | A real-time rendering engine demonstrating various techniques like deferred rendering, physical-based rendering, and Vulkan optimization. | 292 |