Lua Scripting has become a powerhouse in the world of programming, offering versatility and ease of use for a wide range of applications. Whether you're a seasoned developer or a coding novice, Lua...
Category: Tutorials
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...
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. ^ -...