MouCa Laboratory is a Vulkan environment to create graphic pipelines and shaders.
- XML Vulkan descriptor: configure your pipeline using XML descriptor. See document on wiki soon !
- Live shader programming: edit your shader file directly with your prefered editor and see result.
- Install 7Zip (default path) and a python 3
- Create main folder (e.g C:\MyWorkingFolder)
- Clone this branch into sub-folder: (e.g C:\MyWorkingFolder\MouCaLab\ )
- Extract latest SDK using python: C:\MyWorkingFolder\MouCaLab\SDK.py
- Extract latest input using python:
- Launch MouCaLab.sln and compile
- Done !