First of all, thank you very much for developing TGUI. This is the most elegant C++ GUI library I've ever used! I'm currently developing my own indie software using TGUI, and I really appreciate its design.
However, I noticed that TGUI uses its own layout system. While functional, it's not as intuitive as CSS Flexbox in my experience. I'm wondering: have you ever considered supporting external or custom layout engines?
For example, I'm currently exploring the possibility of integrating clay (a layout engine inspired by Yoga/Flexbox) into TGUI as an alternative to the built-in layout system.
Would you be open to this kind of integration or to adding an API that allows users to plug in their own layout logic?
Thanks again for your awesome work!
- clay High performance UI layout library in C.
First of all, thank you very much for developing TGUI. This is the most elegant C++ GUI library I've ever used! I'm currently developing my own indie software using TGUI, and I really appreciate its design.
However, I noticed that TGUI uses its own layout system. While functional, it's not as intuitive as CSS Flexbox in my experience. I'm wondering: have you ever considered supporting external or custom layout engines?
For example, I'm currently exploring the possibility of integrating clay (a layout engine inspired by Yoga/Flexbox) into TGUI as an alternative to the built-in layout system.
Would you be open to this kind of integration or to adding an API that allows users to plug in their own layout logic?
Thanks again for your awesome work!