A set of C++ helpers and wrappers around the C++ standard library. Event loop, windowing, input etc.
kdutils provides CMake targets:
find_package(KDUtils REQUIRED)
find_package(KDFoundation REQUIRED)
find_package(KDGui REQUIRED)
target_link_libraries(main PRIVATE KDUtils::KDUtils KDUtils::KDFoundation KDUtils::KDGui)
Enable mqtt support
Enable testing support
v0.1.13#0
!uwp & (windows | linux | android | osx) & (arm | x86 | x64)
MIT
Manifest