You might have heard that Corona SDK is shifting to open-source software. We are very excited about this development and will be continuing to support Corona for the foreseeable future. There will...
Category: Tutorials
This is the 3rd tutorial in our Bablylon.JS series. In the first two, we created a scene, added the WebVR capability, added a skybox, and finally the ground. But what is an environment without music...
I recently began a major project using Babylon.js The reason I selected Babylon.js was the support for browser based game environment (at 60fps), and web-based VR (WebVR).The first thing I wanted to...
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...
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...