Does anyone know of a good non-QT/GTK ui framework that keeps ram usage low, while having accessibility baked in?

I'd roll my own with opengl but implementing AccessKit scares me.

@oopsallnaps I quite like: https://github.com/libui-ng/libui-ng

It's about the thinnest viable native compatibility layer you could have over win32 QT and OSX.
But it's still missing stuff, which may or may not be a showstopper...

GitHub - libui-ng/libui-ng: libui-ng: a portable GUI library for C. "libui for the next generation"

libui-ng: a portable GUI library for C. "libui for the next generation" - libui-ng/libui-ng

GitHub
@scumways looks pretty nifty! But still gtk in the backend 😅. Might be good inspiration for an api though 🤔