- Available only on Windows (for now).
- Marschner fit for shading.
- Some hair models are created from Gaussian Haircut.
- 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.
- Clone the repo:
git clone --recursive https://github.com/AEspinosaDev/Hair-Renderer-2.git cd Hair-Renderer-2
- Build with CMake:
mkdir build cd build cmake ..