Hacker News new | ask | show | jobs
by slalomskiing 919 days ago
I’ve worked with a lot of different UI frameworks (both native and web) and ImGui is definitely my favourite

It’s just so simple

For example adding an input box for editing a float value is one line of code and the syncing is done by just passing it a pointer.