Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

lua-tutorial

  1. A

    Lua for tracking device

    Hi all I am completely new to Lua, but I am required to learn it for a project at work regarding asset trackers. Could anyone who knows Lua fluently, please advise if there is sufficient data in the below PDF to suitably control these devices and customise them...
  2. Sink

    Tutorial Your (maybe) first Lua Program

    Requirements: a lua interpreter sitting tight with you You may be new to lua, so keep in mind: Lua and Luau (Roblox Lua Scripting) may not have the same process. You will learn how to show the text you want in the screen. So, here we go. We can do this by using the power of print() Here's...
  3. Havertz10

    4x4 Grid in lua

    I'm new to lua and I need help please, I've never done lua before. How do I create a 4x4 Lua Grid that's populated with random numbers and responds to inputs?
  4. N

    Lua explaining the structure of two functions in Lua

    Hi everyone, I am trying to integrate a code which is a variational auto encoder model (where the prior of the VAE is a mixture of Gaussians) from Lua (torch) to pytorch as part of my model and I have a hard time to fully understand the Lua script (I didn't find a tutorial of the language)...
  5. M

    Lua Understanding The Difference Between Lua And Lua Variants

    Hey there. I'm writing this as a tutorial post for people looking to into learning Lua. What I'm going to be covering is both the official Lua language itself and all of it's variants. When I say "variants", I mean any game or piece of software that uses it's own version of Lua, with custom...
Back
Top Bottom