If you haven't been following the news about Corona SDK, the tl;dr is that Corona SDK is shifting to open source and is (wisely) changing its name to Solar 2D. Having been a part of the former...
Category: Corona
How to Fill a Picker Wheel from a SQLite Database in Corona SDK – Tutorial
Last semester I had a group of students using Corona SDK who were using a database to list local establishments. They needed a way to easily display the list of locations in the SQLite database...
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...
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...