Hacker News new | ask | show | jobs
by krapp 1002 days ago
>My goto has always been C and SDL2.

I would also add LuaJIT. Being able to easily extend C types and do things like wrap vector math or string operators around SDL types without the complexity of C++ is a treat.

YMMV, of course, a lot of people have issues with Lua and LuaJIT is pinned to an old version of the language.