-
Try love2d. There's a list of libraries, forum, and discord.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
It uses Lua which I find to be more dynamic and expressive than C#, java, or C++. I use gabe to hot load my code so I can change enemy behaviour in code, hit ctrl R, and the enemy starts using the new functions starting from its old state. Tough to set that up with one of those compiled languages!
-
There's the bytepath tutorial and Sheepolution tutorial .
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
there seems to be an alarmingly small amount of support for lua compared with other programming languages
-
I know this gets asked a lot , but as a beginner where can I find a good tutorial for Lua/Love2D that is free and not outdated ?
-
Programming lessons learned from making my first game and why I'm writing my ow
-
what should I use to create games in lua? raylib vs love 2d
-
What are the first game engines/frameworks that come to mind when you hear "code only?"