Compiling errors when using the command
HI dear author,
It's truly a honor to write a letter to you, I'm build your project nowadays and found the error when building as following, I wonder if there is a chance that you know the reason? :)

thank you
best regards to you
William
Hi!
glslc should come with the Vulkan SDK.
The problem here is that the CMakeLists just blindly call glslc , which will fail if the SDK hasn't been added to PATH.
Note that the project only works on Windows right now. There is nothing preventing it to run on other OSes, I just haven't ported the windowing code (which uses Win32 API).
Should be fixed by 5a01ecc You'll need to update CMake though.