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: Lumberyard
Recently I was asked why I had selected Amazon Lumberyard over Unity, Unreal or other 3D game engines. There are several reasons I chose to go with Lumberyard. Cost: Unity: I had...
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. ^ -...
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...
The Lua scripting language has been rapidly gaining in popularity over the last several years. It is now the core of many popular tools including (but not limited to) Corona SDK, Amazon...