AUI Framework
master
Cross-platform base for C++ UI apps
|
AUI Framework provides a comprehensive set of tools and libraries for building robust, scalable, and maintainable user interfaces. With its modular architecture and extensive feature set, developers can create complex UI components with ease. See Getting started with AUI for quick start.
Views are basic units to build UIs with AUI. There is a wide range of pre-built views for common UI elements, such as buttons, labels, and text inputs.
Layout is flexible and customizable way of managing your views in a logical and visually appealing manner. From simple linear layouts to complex grid-based adaptive arrangements.
ASS supports for custom themes and styling using CSS-like syntax. Customize the look and feel of your UI using robust styling and theming capabilities.
Signal-slot can be used to handle UI events and respond to them accordingly.
Data binding, based on signal-slot, allows to establish a connection between UI and application data objects.
AUI Devtools provide a set of features that makes it easier to design, test, and debug your UI components. With visual debugging tools, and more, you can streamline your development workflow and focus on building amazing user experiences.