gl_vk_chopper
Vulkan renderer
A simple Vulkan rendering example
Simple vulkan rendering example.
206 stars
22 watching
45 forks
Language: C++
last commit: 3 months ago
Linked from 1 awesome list
vulkan
Related projects:
Repository | Description | Stars |
---|---|---|
nvpro-samples/gl_vk_bk3dthreaded | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
nvpro-samples/gl_vk_threaded_cadscene | A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 164 |
nvpro-samples/gl_vk_supersampled | Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code | 64 |
nvpro-samples/gl_vk_meshlet_cadscene | Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 363 |
nvpro-samples/vk_denoise | This project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images | 90 |
nvpro-samples/vk_raytracing_tutorial_khr | Demonstrates basic integration of ray tracing and ray traversal in Vulkan using the VK_KHR_ray_tracing_pipeline extension | 1,393 |
nvpro-pipeline/vkhlf | An experimental high-level abstraction library on top of Vulkan | 325 |
jherico/vulkanexamples | A collection of C++ examples and demos illustrating various Vulkan API usage scenarios | 339 |
nvpro-samples/gl_commandlist_basic | A sample project demonstrating the use of NV_command_list to render a basic scene with texture rendering using ARB_bindless_texture. | 111 |
nvpro-samples/vk_mini_path_tracer | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,123 |
alaingalvan/vulkan-seed | A C++ Vulkan starter repository providing a basic structure for building cross-platform renderers and applications. | 77 |
googlesamples/vulkan-basic-samples | A collection of sample applications demonstrating the Vulkan API | 498 |
jvm-graphics-labs/vulkan | A collection of examples and demos for the Vulkan API using Kotlin | 51 |
gpuopen-librariesandsdks/hellovulkan | A Vulkan-based introductory sample to render a triangle on the screen. | 119 |
philiptaylor/vulkan-sxs | A tutorial project exploring and explaining the Vulkan API step by step. | 17 |