Boost logo

Boost :

Subject: Re: [boost] [ANN] Boost.UI - a new C++ GUI library
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2017-09-28 12:02:41


I don't like the fact that it introduces its own event loop that I have no
control on.
What if I have other sources of data I want to poll in the main thread?

On 28 September 2017 at 12:11, Kolya Kosenko via Boost <
boost_at_[hidden]> wrote:

> Hello,
>
> Here is my C++ GUI library based on Boost, it
> - is cross-platform
> - uses native system-provided widgets
> - has STL-like and Boost-like API
> - compatible with other Boost libraries
> - supports modern C++11/14/17 features
>
> Currently supported modules:
> - Graphics
> - Widgets
> * Command widgets
> * Data input-output widgets
> + Date and time pickers
> + Strings container widgets
> + Text widgets
> * Informational widgets
> + Logging
> * Containers
> + Alerts
> + Notifications
> + Prompts
> - Layouts
> - Events
> - Audio
> - Coordinates
> - Localization
> - Thread support
> - Helpers
>
> Documentation (and "Hello, World!" application source code):
> https://kosenko.github.io/boost.ui/
>
> Source code:
> https://github.com/kosenko/ui
>
> Beman's challenge:
> https://github.com/kosenko/ui/blob/master/example/cpp11/beman.cpp
>
> Re-implemented GUI examples from Bjarne Stroustrup's book:
> https://github.com/kosenko/ui/blob/master/example/cpp11/stroustrup.cpp
>
> Other examples:
> https://github.com/kosenko/ui/tree/master/example
>
> What do you think?
>
> Regards,
> Kolya Kosenko.
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/
> mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk