Comment on Minetest breaks the chains of being a Minecraft clone with a new name — Luanti
Wuzzy@cyberplace.social 4 weeks ago@Alk @ZippyBot Yeah right, sure. A modding community that has produced over 2200 mods (and the latest one was posted on ContentDB yesterday) and over 120 games is definitely dead. 🤦
Faresh@lemmy.ml 4 weeks ago
I recognize you and your profile picture from some quite popular minetest mods. :D I have a question regarding making content for Luanti:
I’ve been interested in maybe some day making a game for Luanti, but I don’t really like Lua (I for example imagine that undefined variables evaluating to
nil
rather than directly throwing an error, identifiers by default being public, and absence of static checking of possibility of null dereference before runtime to be things that can cause quite some annoying bugs). Is there some popular X to Lua transpiler that you’ve heard people using? Something like what Typescript is to JS or Kotlin/Clojure/Scala to Java (not exactly the same thing since they all compile directly to jvm bytecode rather than java, but you get the point).I hope I’m not insulting you by asking such a question.
56_@lemmy.ml 4 weeks ago
I’ve seen typescript being used for modding using typescript-to-lua. See github.com/jordan4ibanez/forgotten-lands and github.com/RepComm/mt-api