StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
1.99k stars 367 forks source link

Cannot find WalnutApp.exe on build #57

Closed CyberDudeJ closed 10 months ago

CyberDudeJ commented 10 months ago

image Oh and, vulkan/vulkan.h cannot be found during build

image

CyberDudeJ commented 10 months ago

Honestly, I'm probably super blind and forgotten to do something.

Acromatic commented 10 months ago

this is not a bug, it's a feature... actually it's a missing dependancy

vulkan is provided by openGL... go download it, install it somewhere and add the "include" and lib name in VCS... it's not precompiled into walnut. I wouldn't use vcpkg for this one either, just do the manual install of vulkan SDK yourself from the website and ask google how to link it.

[Moderator] you should respond and lock it.

CyberDudeJ commented 10 months ago

👍 Thanks - I knew I missed something.

this is not a bug, it's a feature... actually it's a missing dependancy

vulkan is provided by openGL... go download it, install it somewhere and add the "include" and lib name in VCS... it's not precompiled into walnut. I wouldn't use vcpkg for this one either, just do the manual install of vulkan SDK yourself from the website and ask google how to link it.

[Moderator] you should respond and lock it.

VagueLobster commented 10 months ago

vulkan is provided by openGL...

This couldn't be more wrong 😆 Vulkan is provided by Khronos, which is also the company that made OpenGL 😉