Since almost every GUI uses a main loop to execute code (which, for example, changes the user interface), is there a library to abstract the actual implementation? Like std::thread , it would be great to have a common interface no matter which GUI you use.
1 Bonus point for OpenSource and 2 for permissive license (BSD, MIT, ...).
source share