vkhr

Hair renderer

A real-time hair rendering system using Vulkan that combines rasterization and ray marching to achieve high-quality results with scalable performance.

Real-Time Hybrid Hair Rendering using Vulkan™

GitHub

446 stars
24 watching
34 forks
Language: C++
last commit: 9 months ago
Linked from 1 awesome list

cppglslhairhybridlevel-of-detailnovelrasterizerraymarcherreal-timerendererscalablestrandvolume-renderervulkan

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
nvpro-samples/gl_vk_chopper A simple Vulkan rendering example 206
baldurk/visor An experimental software rasterizer implementing the Vulkan graphics API using C++ 44
acskyline/godoffireandgrass A Vulkan-based project that renders grass blades using a combination of shaders and culling techniques to optimize rendering performance. 18
saschawillems/vulkan-gltf-pbr An implementation of physically-Based Rendering with Vulkan and glTF 2.0 models. 977
nvpro-samples/gl_vk_bk3dthreaded A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads 84
kaminarios/rustracer A 3D graphics rendering library utilizing Vulkan ray tracing and written in Rust 70
zeux/niagara An experimental Vulkan renderer designed to explore various rendering techniques and features. 1,332
ikskuh/softrenderlib A collection of software rendering routines for 2D and 3D graphics in Zig. 21
jian-ru/laugh_engine Real-time 3D rendering engine using Vulkan and glTF support 392
avokadoen/zig_vulkan A tool for creating a Vulkan-based graphics renderer using Zig programming language 49
nyorain/rvg A high-level graphics API for Vulkan 2D vector-like rendering 188
acrylicshrimp/onyx A Vulkan-based rendering engine for high-performance graphics rendering in C++2x. 5
trungtle/tlvulkanrenderer A Vulkan-based renderer for demonstrating real-time transparency algorithms on the GPU. 96
khalladay/vkbindingbenchmark A benchmarking tool to measure the performance impact of resource binding strategies in Vulkan graphics rendering. 6
enjiushi/vulkanlearn A real-time rendering engine demonstrating various techniques like deferred rendering, physical-based rendering, and Vulkan optimization. 291