Alex2772
Alex2772
### Describe the need of your project Need `ALogger` API expansion to support additional logging levels: - `FATAL` - `ERROR` - `WARN` - `INFO` - `DEBUG` - `TRACE` Also, an...
This task tracks build systems adoption of AUI. - [ ] Add documentation + examples based on tests - [ ] Mention CPM
### Describe the need of your project Make an vcpkg port of AUI. ### Proposed solution Make an vcpkg port of AUI. ### Alternatives you've considered _No response_ ### Additional...
### What happened? ### Relevant log output or stack trace ```shell ``` ### Steps to reproduce ```bash _new("Test") AUI_WITH_STYLE { MinSize { 200_dp }, BorderRadius { 100_dp } } ```...
### Describe the need of your project Need to add a rectangle here - ### Proposed solution Refer to browser: ### Alternatives you've considered _No response_ ### Additional context _No...
Although I consider the layout management is fully documented https://aui-framework.github.io/develop/group__layout__managers.html people are generally struggling with it, especially with Expanding behaviour. I suggest adding more layout examples, based on real life...
|Platform|Compiler| |-|-| |Windows|msvc| |Linux|gcc| |macOS|Apple clang| |Android|clang| |iOS|Apple clang| |Emscripten|clang-based| |Code quality pipelines|clang| |Standard C++ LSP for IDEs?|clang-tidy| At this moment, all platforms except Windows and Linux use clang-based compiler....
### Describe the need of your project Considering a generic game inventory: At this moment, AUI will paint every single cell one by one constantly switching between shaders and buffers...
### What happened? This is due to introduction of `AObjectBase::SIGNAL_SLOT_GLOBAL_SYNC`. If I comment out these locks, the regression dissapears. ### Relevant log output or stack trace ```shell ``` ### Steps...