StudioCherno / Walnut

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

Added CMake to project. Added VulkanSDK headers + libs as a submodule #45

Open TheRamBucket opened 1 year ago

TheRamBucket commented 1 year ago

By adding cmake to the project and providing the sdk headers + libs it allows you to have a fully self contained development enviorment and the option to use other ide's besides Visual Studios. Its been tested with Clion on windows 10.

Longwater1234 commented 4 months ago

Nice. instead of git submodule, could you use Cmake fetchcontent to download the external libs please ?