Converting examples/demos to CMake
Would you be open to converting all Makefiles / batch files to CMake? This would allow easier cross-platform testing / building.
Additionally, when you would agree on using CMake, how do you feel about using vcpkg for package management? This integrates with CMake, and can be used in Windows, Linux and Mac. The recommended way is to use vcpkg as submodule, but this can also be done as manual checkout.
See example runners for how build definitions could look like.
if this actually gets made I really hope it does not follow the typical "cmake cult" creations. 9 times out of 10 the cmake config I find in any project has too many problems to even bother looking at them.
There is some ongoing work on CMake stuff in https://github.com/Immediate-Mode-UI/Nuklear/pull/462 . We utterly need reviewers - feel free to jump at it and review! After (very) few comprehensive reviews we are immediately giving full admin commit rights (to increase bus factor).
What dumblob said :+1: