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.
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...