- Available only on Windows (for now).
- Unity's Enemies Hair Pipeline
- 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.
- Git LFS (resources are stored with it)
- Ninja (recommended)
- Clone the repo:
git clone --recursive https://github.com/AEspinosaDev/Hair-Renderer-2.git cd Hair-Renderer-X - Build with CMake:
mkdir build cd build cmake ..