We have been working on several major projects at Burtons Media Group. We thought we would take a moment and provide an update on the individual status of the projects: Amazon Lumberyard Game...
Category: Amazon Lumberyard
In this Learning Lua Scripting tutorial we will examine how to use the Lua Math Library. Lua has the basic math operations that you would expect to find in a modern scripting language. ^ -...
In this tutorial, part 4 of our series on learning Lua scripting, we will look at some of the tools available for working with Strings in Lua. Tutorial: https://youtu.be/nehEEMT9e88 Concatenation...
Part 3 of our tutorial series on the Lua scripting language. In this tutorial we explore the variable system in Lua. Lua uses an untyped variable declaration system. That means that you do not...
In this Learning Lua Scripting tutorial, we will cover the use of print for displaying information to the console and how to comment a line. Tutorial https://youtu.be/7sj-qf99RPk While I go into a...
Lua has become an important player in the world of scripting. It is the scripting language used in Amazon Lumberyard, Corona SDK, World of Warcraft, Adobe Lightroom, Love2D and many, many other...