Skip to content

AEspinosaDev/Hair-Renderer-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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