Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.57 KB

File metadata and controls

36 lines (29 loc) · 1.57 KB

VULKAN STRAND-BASED HAIR RENDERER

  • 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