A random Awesome WM user has entered the chat
Well, and then there’s the guy who made Balatro in Lua.
Using the love2D framework if not wrong
Yup! If you have it on steam you can unzip the exe and take a peak at his code.
This was the method people used to get Balatro running on mobile before. Extract the Lua code and then package it using LÖVE for Android/iOS
Don’t forget the Silverbullet users.
The comments under this post should be pinned on lua.org. They’re the greatest advertisement for the language
To me, Lua will always be the WoW plugin language.
Don’t forget Gmod modders!
Glua is bizzaro world Lua though.
It was so, so, so much worse back in the early days when the FacePunch forums still… existed.
Probably a majority of forum posts, for years, were people screaming at Garry for making posts that just said something like ‘its obvious how this function works, I don’t need to explain it’, and then oops turns out he did it wrong, new gamebreaking bug / exploit exists for 3 weeks, the first week of which was random forum people telling Garry he did it wrong and him temp or perma banning them.
That or he would very often just rewrite entire core function libraries, make a tiny 8 word bullet point about it in an avalanche of a changelog, and then say something like, ‘shouldn’t break existing code’, and then well, it would completely break existing game mode code, and then 80% of the most played custom game modes would be broken for a month or more while Garry just either ignored everyone, or told them he didn’t care.
…
Also, Roblox just is Gmod in many ways, but with a highly manipulative monetization model built in.
All the Gmod RP servers would paygate player roles and content and such offsite, outside of the game, setup a webpage or forum that worked as an ecommerce site, run a dedi db and then API connect that into Gmod… Roblox is all of that, but self contained, and with a lot more lawyers on hand to prevent monetization outside of the game itself.
Gmod is the first thing I think of when I hear Lua.
Dont forget OpenComputers users! Theres gotta be five of us by now.
I was sick and tired of not having full remote storage access after losing logistics pipes, we had refined storage and a computercraft peripheral mod for it so I wrote a server and client for remotely requesting items to be delivered via ender chest using the computer craft ipads and the computercraft internet. You’d type in a search query and it would display the top 10 items in the network containing that query and how many there were, then you’d pick the one you wanted from that list by entering its index, then you’d enter the quantity
You made your own Applied Energistics 2 lol
Yea, I really really can’t stand ae2 but I also didn’t have control over the mods anyway
Including the people that only used computercraft?
There are dozens of us! Dozens!!!
There are dozens of us. Dozens!
(I am trying to set up an mail system on my server using modems and am suffering help)
I’m using lapis for stuff.
lua’s c api is also really good
Isaac modding
luanti mod dev?
Hey, there’s the one I was looking for!
:)
That’s what I thought too!
lua_State
disagrees.Today I learned there is a use for lua besides neovim
Luanti designers too.
Computercraft enjoyers
Since y’all love LUA so much, what’s it’s advantage over things like micropython?
Pain and suffering (aka an arrays base index is one)