this post was submitted on 13 Jun 2023
12 points (100.0% liked)
Programming
13375 readers
4 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Might be worth considering Defold? It's component/object model is pretty simple, the programming language is Lua (which is compiled with LuaJIT, so it's fairly performant), the documentation is good and while the community isn't huge, it's very vibrant. Crucially, it's used to make very real commercial mobile games, so you know it's battle-tested.
It's 100% free, open source (although on its own license, not a standard one), actively maintained and maintained by the Defold foundation, which has full-time employees.
It also builds to absolutely EVERYTHING so no matter where you want to distribute your games, it's got you covered.
I'm personally very smitten by it, although I used to work with the devs back when they were part of King, so I'm slightly biased. They are an AWESOME group of people.