Fleet Khronos Vulkan Sample (Java/C++)
Answered
There is a cool Vulkan Sample I am trying to test with Fleet: https://github.com/KhronosGroup/Vulkan-Samples
It may be Fleet cannot make out the project type, or I am doing something wrong. Very well may be since I just installed it and do not know anything about it.
I am trying to ween myself from Visual Studio, something I have used for a long time. My projects target Windows, Android, iOS, etc. It appears Fleet would be the correct IDE to choose.
Please sign in to leave a comment.
Hi Jerry!
In order to work with a C++ project in JetBrains Fleet you need to create a compilation database for this project - https://www.jetbrains.com/help/fleet/getting-started-with-cpp-in-fleet.html#prepare-compdb.
Thank you for letting me know. If able I may try this later. It does appear a little cumbersome.