Why are there so few views? The presentation is great
@KodapsAcademy9 ай бұрын
Thanks :)
@1upkaruАй бұрын
I've been programming in lua since 2015 and it's still my favorite language by far. It's very easy to understand and can also provide a challenge, which makes it so much fun. Awesome vid btw :)
@hotharvey29 ай бұрын
I love lua, i only understood OOP and classes+inheritance when i haad to inplement them myself for a roblox game
@bayelrey80287 ай бұрын
Lua is nice! I use it to make plugins or write small scripts for Q-SYS. Q-SYS is QSCs control AV control platform. Each controller is a DSP and you can add behavior to the audio programming, control a display, control video switching devices, etc. I recently wrote some Lua to control a Denon network recorder via IP, an Epsom projector, Extron presentation switch, change the GUI behavior/layers/text/button behavior/css properties, etc. It's simple but really really powerful
@BVSSIC4 ай бұрын
Fire video, I've been getting more into LUA recently and it's been soooo much fun. Dabbled a little bit in coding beforehand, but it's not my main area of expertise at all. LUA might change the outlook for me and I have a feeling I might be looking for more languages besides it :) Any recommendations for languages I should prob look into, since I've been enjoying LUA so much?
@metaltyphoon8 ай бұрын
Brazil mentioned let’s go
@AntiSmithhh4 ай бұрын
I'm using Lua as stand-along scripts. Of course it happens rare. but happens. Like smart version of bash-scripts.
@ugib837715 күн бұрын
Been messing around with it in tandem with the Love2D framework. Which utilizes C++ / OpenGL for 2D game dev. Easily portable to everything except consoles. It's a lovely language.
@TECHWITHSEBASTIAN4 ай бұрын
fantastic video, thank you !
@KodapsAcademy4 ай бұрын
Glad you liked it :)
@nickemabinder464420 күн бұрын
Great video. I have almost no computer skills lol.. Is there a prerequisite to lua?! I'd like to learn to enhance the use of my Radiomaster mt12 rc transmitter.
@KodapsAcademy19 күн бұрын
There is no requisite to learning LUA, although there might be some specificies to using it on the Esp8285 chipset which (I *think*) powers the transmistter, as opposed to using it on a PC
@goshawk_fly9 ай бұрын
Defold, UltraEngine, WickedEngine, CryEngine and so on
@angryralphs25162 ай бұрын
O3DE also.
@jt32219 ай бұрын
Nice video. I learnt Lua so I could make Stalker mods.
@kcvinu6 ай бұрын
I am using Python for my scripting uses. And if I need a GUI program, I will create it in python with ctypes module. Ctypes will help me to call the windows api functions and I can easily make my gui. So this is my use case. Can I move to Lua for this purpose ? Is Lua able to do the same ? EDIT: Please don't mention LuaJit.
@KodapsAcademy6 ай бұрын
Lua isn’t a standalone library the same way Python is, it requires an underlying program for it to run on top. That being said the underlying program can expose a C api and a GUI api. That is basically what Solar2d does, for example.
@kcvinu6 ай бұрын
@@KodapsAcademy Yeah, I got the point. I am trying to translate the Lua C headers to my fav language C3.
@umcanalsemvidanoyoutube88403 ай бұрын
Why not LuaJIT? It has the FFI which is the same things as ctypes of Python, but ok 😂😂
@johnp.johnson15413 ай бұрын
Lua + IUP Portable User Interface Search engines work, you know.
@kcvinu3 ай бұрын
@@umcanalsemvidanoyoutube8840 Tried once but quit after one week. Reason: Arrogant replies from forum members.
@knewdist9 ай бұрын
conky brought me to lua
@LiveErrors10 ай бұрын
python dialects sounds like a nightmare
@KodapsAcademy10 ай бұрын
So much so that when they say “Boo” it’s scary en.wikipedia.org/wiki/Boo_(programming_language)
@xman33368 ай бұрын
thank you man
@KodapsAcademy8 ай бұрын
Glad to be of service :)
@rogeriopenna90146 ай бұрын
Why was it created? For no reason. It just happened when Thea, a planet the size of Mars, collided with proto Earth, about 4 billion years ago
@alevitatingtrashcan70232 ай бұрын
So...the moon??
@rogeriopenna90142 ай бұрын
@@alevitatingtrashcan7023 yes, the Moon = Lua, in Portuguese. (from Latin Luna). If you didn´t know, now you know the reason for that white circle over the A.
@alevitatingtrashcan70232 ай бұрын
@@rogeriopenna9014 🫨
@Kiano_East2 ай бұрын
Roblox… ITS FREE
@pkeod7 ай бұрын
Lua not LUA 🥲
@dokgo78222 ай бұрын
After learning Perl, I feel all other scripting languages are inferior & everyone should just code in C++ or Golang, instead of bothering with scripting. Not a fan of people using scripting languages as hackish ways of doing something & that code evolving into something the language shouldn’t have been used for. (Think Python & Network Services). Also not a fan of university kids crying “bUt pOInTerS r HArd”.
@bobweiram63214 ай бұрын
I got excited about the pascal syntax, but lost interest as soon as I saw "__" and tables. It's just another half baked language with no utility.