Hacker News new | ask | show | jobs
by BinaryIdiot 3037 days ago
A little off topic but how is SDL nowadays? I used it for a quick and dirty game back in my college days (13-ish years ago?) and I really, really enjoyed using it. It was very approachable and I could build it on my Windows and Linux PCs.
1 comments

Basically the same, a nice API to do accelerated 2D rendering, audio, file and io access in a portable way.

The API changed a bit with 2.0 release, the biggest change was support for multiple rendering windows.