Arnold Loubriat
Arnold Loubriat
@MichaelBelousov The numbers you mention only apply on *nix platforms where we embed a D-Bus library. Binaries for Windows and macOS are much smaller, expect the same when we will...
I think the StandardListView widget is missing an `accessible-delegate-focus` property somewhere. But I was able to verify that no AccessKit tree is pushed when the current tab of a TabList...
This was probably a Rust bug, see https://github.com/bevyengine/bevy/issues/14956.
Hi, AccessKit dev here. Happy to see this project considering accessibility seriously. Since dvui appears to mostly use SDL as its windowing layer, [here is an example app showing how...
@david-vanderson If you want to be able to inspect the accessibility tree, you will first want to hook AccessKit into your windowing provider. The example program I linked above should...
## Tree updates The very first tree update is a bit special as you must provide information about the root window and possibly the name of your application. It is...
There is just a bit more platform-specific code @iacore, but it is nothing compared to what you would have to write yourself if you decided to implement accessibility for each...
AccessKit is an entire library, it's just that we don't provide integrations for popular windowing providers such as SDL, SFML or GLFW. We officially support the most popular Rust windowing...
I agree that this issue's scope is probably too big. It should be turned into a tracking issue instead. If the project's maintainers agree that AccessKit is the answer to...
@david-vanderson I've filed #151. I haven't expanded on actionable steps yet, but I have described the motivation. I've elaborated a bit on what assistive technology means. If you didn't know,...