ks is a small cross platform c++ library that can be used to help create applications and libraries.
The core module provides signals and slots with event loops, inspired by the Qt framework.
ks is licensed under the Apache License, version 2.0. For more information see the LICENSE file.
A modern c++11 compiler is required. Other dependencies include:
- asio (boost software license): used for event loops and timers
ks_core has a qmake pri file that can be added to a qmake project. The only dependency (asio) is header only and included in the module.
TODO. See the ks_test module for some examples