Oranchelo Team
Oranchelo Team
While the code is not finished yet, [CTGUI](https://github.com/texus/CTGUI) should now be in a state where it would be possible to build a binding on top of it. The [example code](https://github.com/texus/CTGUI/blob/1.x-WIP/examples/CSFML_GRAPHICS/example.c)...
I've finished updating the C binding. The "1.x-WIP" branch has been removed and replaced by a new "1.x" branch. There are still some improvements to be made, and I probably...
I'm not sure how I could do that in a practical way. You can position widgets at any position and in any order, it would be difficult for TGUI to...
TGUI is too low level for this. Pressing B will never navigate somewhere else, TGUI just shows what you tell it to, so you need to hide one group of...
I've given this another look and I've decided to add the basic functionality to navigate between widgets with the arrow keys. While proper controller support is still very far away,...
This is an area where I admittedly know nothing about. I doubt it would be possible to integrate accessibility in arbitrary TGUI apps (because widgets might be all over the...
> I was thinking that accessibility would be more of an automatic thing than anything else. That's how WinForms apps, as an example, work: accessibility is something you just get....
AccessKit looks good on paper, but it's a relatively new project that doesn't seem to be widely used yet. I don't want to add it as a mandatory dependency to...
You can keep this issue open.
The issue still occurs. PR https://github.com/SFML/SFML/pull/2835 appears to be about different problem. I've rebased my PR on the master branch (to solve the conflict with the change from that PR).