Hacker News new | ask | show | jobs
by mntmoss 2262 days ago
You may want to try raylib. It's written by a teacher who uses it in the classroom and geared for this kind of "let me code games in C but with only one dependency" goal. It does more than you need but that's a common theme of useful libraries.
1 comments

Thanks, that sounds about right, i'll take a look.