Results 144 comments of Alex2772

I was thinking about safe areas and edge to edge mode and came to conclusion it should be implemented as global margin property you can embed in your UI. Qt...

https://docs.flutter.dev/packages-and-plugins/using-packages

State of things at the moment. https://aui-framework.github.io/develop/md_docs_2App_01Build_01Overview.html ![Image](https://github.com/user-attachments/assets/30cba1f3-0967-4e09-b5b2-c0f17f388e9c)

React autolinking

https://www.reddit.com/r/cpp/comments/krn0g7/comment/giateyk/ ``` #include #include struct Struct { int a; int b; }; template constexpr size_t offsetOf(U T::*member) { return (std::byte*)&((T*)nullptr->*member) - (std::byte*)nullptr; } template constexpr U& imaginary_syntax(T& t, T U::*ptr)...

``` #if AUI_REFLECT_FIELD_NAMES_ENABLED namespace detail { #if AUI_COMPILER_MSVC /** * @brief External linkage wrapper, so T is not enforced to be externally linked. */ template struct wrapper { const T...

I suggest new name for this optimization - pixel reuse optimization - backbuffer optimization

Generally I like the idea to use some lightweight solution to run webpages inside AUI. I definitely sure full fledged CEF is an overkill. Also I'm sure that AUI Framework...

> If you want webkit, you will end in CEF, no? > > https://github.com/paulocoutinhox/cef-sample Why? AUI is a small toolkit that allows displaying decent UIs without web technologies. So its...

> You can make something like this: https://github.com/neutralinojs/neutralinojs > > It use system OS browser renderer and it can be used in all systems. Yeah, this is close to what...