6 ms·
I am in a similar position. I'm not using the very latest C++ features, but maybe this will be of use to you anyway? I decided to get started writing a native
by maxharris 4y ago
I am in a similar position. I'm not using the very latest C++ features, but maybe this will be of use to you anyway?
I decided to get started writing a native app for Haiku (http://haiku-os.org/ http://haiku-os.org/), which you have to write in C++. So I loaded it up in a VM and started plugging away. I have always avoided CMake, but it's so popular these days that I decided to give in and get comfortable with it.
Haiku is really nice. It feels like the future that the big companies promised us in the 90s, but yanked out of our hands at the last minute.
Caveats:
Haiku doesn't have a great web browser, so it can be difficult to get your git setup going at first. However, there are efforts underway to port a much more recent version of Webkit over: https://github.com/haiku/haikuwebkit https://github.com/haiku/haikuwebkit
Haiku has some Vulkan support, but it isn't in the releases yet. https://discuss.haiku-os.org/t/vulkan-lavapipe-software-rendering-is-working-on-haiku/11363/389 https://discuss.haiku-os.org/t/vulkan-lavapipe-software-rend...