Hacker News new | ask | show | jobs
by krapp 1782 days ago
I'm waiting for SDL to get around to merging the PR that opens up a rendering API[0], which should make writing native cross-platform GUIs a lot easier. Currently something like Dear ImGUI does work with SDL but only if you use OpenGL. I can imagine (maybe even write, if I feel like a masochist) a lightweight GUI library that uses QML like syntax in Lua.

[0]https://github.com/libsdl-org/SDL/pull/4195