VULKAN STRAND-BASED HAIR RENDERER

November 26, 2024 ยท View on GitHub

  • Available only on Windows (for now).
  • Marschner fit for shading.
  • Some hair models are created from Gaussian Haircut.

PREQUISITES

  • Windows 10, 11 (Although it should be easy enough to set it up for Linux).
  • Vulkan SDK 1.3.* installed (With VMA and Shaderc).
  • CMake installed.
  1. Clone the repo:
    git clone --recursive https://github.com/AEspinosaDev/Hair-Renderer-2.git
    cd Hair-Renderer-2
    
  2. Build with CMake:
    mkdir build
    cd build
    cmake ..
    

image image image image image image image image