Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Remove Pre-Installed VulkanSDK Dependancy #325

Open Behemyth opened 5 years ago

Behemyth commented 5 years ago

The Vulkan SDK comes with the requirement that it is pre-installed on the user's machine is manually built and linked via CMake. Transitioning to Conan would allow the hard requirement to be dropped and allow management via Conan.

Behemyth commented 5 years ago

Three links with info on implementations already in progress https://github.com/bincrafters/community/issues/624 https://github.com/madebr/conan-glslang https://github.com/conan-io/wishlist/issues/144