Interesting read: "Learnings from creating a GUI library" https://blog.s-schoener.com/2026-02-09-gui/

#programming

Learnings from creating a GUI library | Sebastian Schöner

I have spent a lot of time recently on creating a GUI library. I have simply not found a library that satisfies my specific list of (partially subjective) requirements: has a C interface, looks reasonably good by default and allows to create things that actually look good, compiles to WASM,...

Sebastian Schöner