|
|
|
|
|
by akkartik
1256 days ago
|
|
My preferred environment these days is LÖVE (https://love2d.org). 5MB binary, 27MLoC of C for the Linux kernel (or more for equivalent OSs, I imagine) + a few million more for low-level libraries, graphics, et cetera, 12kLoC for Lua, 10kLoC for any app I am likely to create. It's still a lot, but it's pretty batteries-included, much less than various alternatives and feels like a nice sweet spot. |
|