Skip to content
/ ks_core Public

The ks_core module provides signals and slots with event loops, inspired by the Qt framework.

License

Notifications You must be signed in to change notification settings

preet/ks_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is ks?

ks is a small cross platform c++ library that can be used to help create applications and libraries.

What is ks_core?

The core module provides signals and slots with event loops, inspired by the Qt framework.

License

ks is licensed under the Apache License, version 2.0. For more information see the LICENSE file.

Dependencies

A modern c++11 compiler is required. Other dependencies include:

  • asio (boost software license): used for event loops and timers

Building

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.

Documentation

TODO. See the ks_test module for some examples

About

The ks_core module provides signals and slots with event loops, inspired by the Qt framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published