Y
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
AnIdiotOnTheNet
2423 days ago
Use the Win32 API directly. It's still there, never went anywhere. You can even use winelib on Linux.
link
lstodd
2424 days ago
a) gtk or qt with a suitable theme b) imgui or some similar immediate-mode UI. suitably themed.
link