carnegierobotics / multisense_viewer

A user interactive application to quickly access your MultiSense camera to visualize depth streams and point clouds, configure your camera settings, record data and more..
Other
2 stars 0 forks source link

Build against vulkan 1.1 #1

Closed wdouglass closed 1 year ago

wdouglass commented 1 year ago

Please somebody test this against a real multisense

M-Gjerde commented 1 year ago

Thanks for adding this, I appreciate it! Tested it and it worked on both Windows/Ubuntu without the stdc++fs, also with a real multisense with ubuntu. I removed linking to stdc++fs since that did not compile with windows' msvc. std::filesystem should be part of c++17 standard and project is built against c++20. The reason for c++20 is that I'm using some stuff like std::source_location. Do we need to link against stdc++fs?