Hacker News new | ask | show | jobs
by xurias 2424 days ago
Serious question. If I want to build a game that looks like this today, what are my options? Anybody know?
2 comments

Use the Win32 API directly. It's still there, never went anywhere. You can even use winelib on Linux.
a) gtk or qt with a suitable theme b) imgui or some similar immediate-mode UI. suitably themed.