Lua Scripting Master Complete Lua Programming From Scratch

Torrent Details


Lua Scripting Master complete Lua Programming from scratch

NAME
Lua Scripting Master complete Lua Programming from scratch.torrent
CATEGORY
Other
INFOHASH
b62092c768d558944bf6c49d570e09fe2f09f778
SIZE
9.1 GB in 98 files
ADDED
Uploaded on 13-12-2020 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Description

Olá… and welcome to our complete Lua scripting course.

This course will teach you everything you need to know about the Lua scripting language.

We will start from scratch, installing Lua in your platform (Windows, macOS, or Linux), and progress to learn the main aspects of the Lua language. I will use Linux during the videos, but you can easily follow along with any other OS. If by any chance you cannot or do not want to install Lua in your machine, you can simply use the Replit website which allows you to run your Lua scripts inside your web browser.

This course is divided into three main parts:

The first part is where we will cover the basics of the Lua language. We will learn the fundamentals of programming with Lua using variables, expressions, conditional statements, loops, functions, metatables, and other important commands and modules from the Lua language. This part covers Lua from the beginning to an advanced level, and it is a super course even if you never programmed before.
The second part of the course is aimed at programmers that want to learn how to embed Lua within the C programming language. You’ll learn how to embed and expose scripting capabilities to your C code and create a project that controls the movement of a player in C using Lua. If you don’t want or don’t care about integrating Lua with C, you are welcome to skip this section of the course, but this integration with C is one of the most powerful aspects of the Lua language and it is extremely important for professional programmers that want to take their Lua skills beyond the basics.
The third part of the course is a set of short bonus lectures that cover the basics of using Lua with Roblox Studio. Roblox is a popular game engine that uses Lua to script game logic and aspects of the game scene. We will learn how to use everything we learned to understand how Lua is used by Roblox and also understand the basics of the Roblox Studio interface.

This course is a super complete package about one of the world’s favorite scripting languages. You will benefit from it if you are a beginner or if you are a seasoned developer that wants to discover the power of the Lua language.

Be aware: This is not a complete course on Roblox. The main focus of this course is the Lua programming language, and the final bonus lectures are a basic overview on how Lua is used by Roblox developers.

Welcome aboard!
Who this course is for:

Beginner that want to learn how to code with Lua
Professional programmers that want to learn how to embed and use Lua with their C applications
Students that want to learn how Lua is used with Roblox Studio

Requirements

Students should know how to work with files, use a text editor, copy and paste files, etc.
Knowledge of the Linux or Windows command-line will help students to make the most of this course

Last Updated 12/2020

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
TutsNode.com.txt63 B
[TutsNode.com] - Lua Scripting/01 Introduction/001 Introduction and Motivations.en.srt5.2 KB
[TutsNode.com] - Lua Scripting/01 Introduction/001 Introduction and Motivations.mp467.1 MB
[TutsNode.com] - Lua Scripting/01 Introduction/002 A Message for Roblox Users.en.srt2.6 KB
[TutsNode.com] - Lua Scripting/01 Introduction/002 A Message for Roblox Users.mp434.2 MB
[TutsNode.com] - Lua Scripting/01 Introduction/003 History and Language Evolution.en.srt44.9 KB
[TutsNode.com] - Lua Scripting/01 Introduction/003 History and Language Evolution.mp4598 MB
[TutsNode.com] - Lua Scripting/01 Introduction/004 Why do you want to learn Lua_.html1.5 KB
[TutsNode.com] - Lua Scripting/01 Introduction/external-assets-links.txt64 B
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/005 A Quick Message About Installing Lua.html2.8 KB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/006 Using Lua with REPL.en.srt5.3 KB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/006 Using Lua with REPL.mp468.9 MB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/007 Installing Lua on Linux.en.srt2.9 KB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/007 Installing Lua on Linux.mp43.5 MB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/008 Installing Lua on MacOS.en.srt1.4 KB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/008 Installing Lua on MacOS.mp42.5 MB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/009 Installing Lua on Windows.en.srt17.4 KB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/009 Installing Lua on Windows.mp448.2 MB
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/009 tasks.json249 B
[TutsNode.com] - Lua Scripting/02 Installing and Using Lua/external-assets-links.txt38 B
[TutsNode.com] - Lua Scripting/03 Course Source Code (Download)/010 lua-examples.zip10.9 KB
[TutsNode.com] - Lua Scripting/03 Course Source Code (Download)/010 Source Code (Download).html1.4 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/011 Our First Lua Script.en.srt15.9 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/011 Our First Lua Script.mp4116.4 MB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/012 Variables.en.srt28.1 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/012 Variables.mp482.2 MB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/013 Older Lua Versions and REPL.en.srt8.4 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/013 Older Lua Versions and REPL.mp416.9 MB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/014 Proposed Activity_ Variables.en.srt3.6 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/014 Proposed Activity_ Variables.mp421.9 MB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/014 salary-increase.lua.zip744 B
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/015 salary-increase.zip671 B
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/015 Variables Activity Solution.en.srt7.3 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/015 Variables Activity Solution.mp424.6 MB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/016 Exercises_ Variables and Expressions.html3 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/016 solutions-vars-expressions.zip1.5 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/017 Incrementing and Decrementing Variables.en.srt11.3 KB
[TutsNode.com] - Lua Scripting/04 Variables and Expressions/017 Incrementing and Decrementing Variables.mp449.7 MB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/018 Conditionals.en.srt14.3 KB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/018 Conditionals.mp445.6 MB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/019 Elseif.en.srt19.4 KB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/019 Elseif.mp469.8 MB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/020 Proposed Activity_ Conditional Statements.en.srt7.1 KB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/020 Proposed Activity_ Conditional Statements.mp441.2 MB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/020 streetfighter.lua.zip783 B
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/021 Conditionals Activity Solution.en.srt15.3 KB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/021 Conditionals Activity Solution.mp472.5 MB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/022 Logical Operators.en.srt9.6 KB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/022 Logical Operators.mp450.6 MB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/022 streetfighter-solution.lua.zip966 B
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/023 Exercises_ Conditionals.html1.8 KB
[TutsNode.com] - Lua Scripting/05 Conditionals and Logical Operators/023 solutions-conditionals.zip790 B
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/024 String Manipulation.en.srt30.8 KB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/024 String Manipulation.mp4164.7 MB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/025 Multi-line Strings.en.srt6.7 KB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/025 Multi-line Strings.mp447.3 MB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/026 Multiple Assignment.en.srt5.5 KB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/026 Multiple Assignment.mp411.7 MB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/027 Standard Library Modules.en.srt17.1 KB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/027 Standard Library Modules.mp4104 MB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/028 Exercises_ Strings and Random.html2.3 KB
[TutsNode.com] - Lua Scripting/06 Strings and Standard Library Modules/028 solutions-string-random.zip1.7 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/029 The For Loop.en.srt10.9 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/029 The For Loop.mp455.8 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/030 The While Loop.en.srt18.6 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/030 The While Loop.mp4117.8 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/031 Loop Options.en.srt4.4 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/031 Loop Options.mp455.3 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/032 Variable Scope.en.srt6.8 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/032 Variable Scope.mp463.3 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/033 Local Scope and Lua Chunks.en.srt4.1 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/033 Local Scope and Lua Chunks.mp423.4 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/034 randomenemy.lua.zip888 B
[TutsNode.com] - Lua Scripting/07 Loops and Functions/034 Syntax & Semantic Errors.en.srt6.8 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/034 Syntax & Semantic Errors.mp439.5 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/035 randomenemy-solution.lua.zip603 B
[TutsNode.com] - Lua Scripting/07 Loops and Functions/035 Solving Logical Mistakes.en.srt4.5 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/035 Solving Logical Mistakes.mp424.8 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/036 Input Values from the Keyboard.en.srt24.5 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/036 Input Values from the Keyboard.mp4175.1 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/037 Handling Input Options.en.srt9.2 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/037 Handling Input Options.mp450.9 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/038 Finding Distance Between Points.en.srt17.2 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/038 Finding Distance Between Points.mp4167.5 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/039 Finding Angle Between Points.en.srt19.9 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/039 Finding Angle Between Points.mp4165.5 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/040 Arctangent Function in New Lua Versions.html1.3 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/041 Loop Activity Example.en.srt10.3 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/041 Loop Activity Example.mp4131 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/042 Loop Activity Solution.en.srt15.6 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/042 Loop Activity Solution.mp4174.2 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/043 Exercises_ Loops.html2.5 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/043 solutions-loops.zip2.9 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/044 An Introduction to Functions.en.srt23.5 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/044 An Introduction to Functions.mp4228.2 MB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/045 Exercises_ Functions.html3 KB
[TutsNode.com] - Lua Scripting/07 Loops and Functions/045 solutions-functions.zip2 KB
[TutsNode.com] - Lua Scripting/08 Tables/046 Tables in Lua.en.srt38.6 KB

Alternative Torrents for 'Lua Scripting Master complete Lua Programming from scratch'.

There are no alternative torrents found.