@modulux @mistersql (also, glad that it seems you are digging harder into Rust. Did you try again to build accessible user interfaces with it?)
@yo @mistersql Yes, I tried recently and wasted another day with build systems, trying to get either GTK or Qt to work. then tried some of the other solutions like Slint. In sum, there is no reasonable way of doing it that I found, so far at least.
@modulux @mistersql I went into areweguiyet to find egui, and I found this article:
https://www.boringcactus.com/2025/04/13/2025-survey-of-rust-gui-libraries.html
This guy tested a million frameworks, on Windows, testing Windows Narrator, and foreign input methods.
Although they say Slint works with Windows Narrator, so I have some doubts...
@yo @mistersql I think Slint works to a point, but it is not a full-featured gui toolkit at the moment. It lacks a lot of standard widgets and it has that weird constraint that the data model and the widgets are tightly coupled so you can't do things like infinite (or unbounded) lists without eating memory etc.