When I tried building the ViennaPhysicsEngine according to the Readme. I ran into Cannot open include file: 'VEInclude.h': No such file or directory
After some further digging I found out, it is because it's CMakeLists under examples/physicsexample/CMakeLists.txt references ${CMAKE_SOURCE_DIR}/../ViennaVulkanEngine/VulkanEngine. The VulkanEngine subfolder only exists in the old ViennaVulkanEngine 1.1 version.
When I tried building the ViennaPhysicsEngine according to the Readme. I ran into
Cannot open include file: 'VEInclude.h': No such file or directoryAfter some further digging I found out, it is because it's CMakeLists under examples/physicsexample/CMakeLists.txt references
${CMAKE_SOURCE_DIR}/../ViennaVulkanEngine/VulkanEngine. The VulkanEngine subfolder only exists in the old ViennaVulkanEngine 1.1 version.