iacore
iacore
## About IME -- fcitx (ibus compat) > * dvui has some pieces in place to support IME (Input Method Editor) support, but untested so likely missing something Our SDL...
Talking about fonts, we need a set of "system UI fonts" to fallback to. Firefox has their own list of fonts. On Linux, `fc-list` can be used to query which...
> There's also [AccessKit](https://github.com/AccessKit/accesskit) with [generated C bindings](https://github.com/AccessKit/accesskit-c), although it's written in Rust and sadly I don't know how to integrate cbindgen in build.zig. VoiceXML was literally better. This need...
I think we will just use AccessKit. I looked into IME support as well. dbus -> AT-SPI dbus -> ibus dbus -> fcitx dbus is at every point. The SDL...
egui code for filling accesskit node info from widget info: https://github.com/emilk/egui/blob/7bd6f83f18af7317f75e7a32413a9a9eb747db7f/crates/egui/src/response.rs#L1010 --- @DataTriny What's the minimal code in C that constructs the following tree and send it to accesskit? -...
The SDL example contains platform specific code. https://github.com/AccessKit/accesskit-c/blob/48061861ebe14873a29b65488728ce2a1160f72b/examples/sdl/hello_world.c#L72-L92
Could this be a library, or is it like platform glue code that each project have a copy of and customize it? I'm not sure how to treat it. I...
this seems like modulo cast
> argv[0] is even more unreliable, as any arbitrary value can be set by the caller. I think it is set by the kernel (`exec*` syscalls), and then processed by...
Can I have a way to disable it?