vulkan_minimal_compute
GPU fractal renderer
A Vulkan-based demo of rendering a fractal on the GPU through compute operations
Minimal Example of Using Vulkan for Compute Operations. Only ~400LOC.
715 stars
32 watching
71 forks
Language: C++
last commit: 10 months ago
Linked from 1 awesome list
computeexamplefractalglslgpgpumandelbrotspirvtutorialvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
| A Vulkan-based framework for accelerating computations on graphics processing units. | 347 |
| A minimal setup to experiment with OpenGL compute shaders in a standalone environment. | 6 |
| A simple Vulkan rendering example | 207 |
| A Vulkan-based demo engine for rendering 3D graphics | 101 |
| A Vulkan-based GPGPU engine that compiles and executes SPIR-V compute shaders for general-purpose computing tasks. | 133 |
| Generates 3D views of fractals using distance estimates and various mathematical formulas | 177 |
| A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,783 |
| A high-performance C++17 graphics and compute library leveraging Vulkan for GPU-accelerated tasks | 20 |
| Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 373 |
| A C++ Vulkan starter repository providing a basic structure for building cross-platform renderers and applications. | 77 |
| A high-level graphics API for Vulkan 2D vector-like rendering | 188 |
| A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
| A flexible GPU compute framework providing low-level access to Vulkan for optimized and parallel processing on various graphics cards. | 2,036 |
| A Vulkan-based introductory sample to render a triangle on the screen. | 119 |
| A real-time rendering engine demonstrating various techniques like deferred rendering, physical-based rendering, and Vulkan optimization. | 292 |