How to Add Audio to a Babylon.JS Scene – Tutorial
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 and sound effects?To begin, here is our javascript from the first two tutorials: According to the documentation, the expected file […]
How to Change the Skybox and Ground settings in Babylon.JS – Tutorial
In our last tutorial on Babylon.JS, we loaded a 3D model into a basic environment. But we had a problem with the skybox and ground settings (you can see the results here). Here was the final code from last time: Let’s get those environment options adjusted so that they are not so distracting. All of […]
Getting Started in Game Development
I am regularly asked by many people, especially high school students, what they need to do/learn to get ready to make games. My advice is don’t wait until your in college to start learning to make games. Start now! With hard work, focus, and dedication, you can have your first game published before you leave […]
Getting started with Android/iPhone/iPad Programming: The Basics
I’ve written other articles on getting started with Android, iPhone or iPad development that made the assumption that you have a background in programming. Obviously, for some this might be a leap. I’ve been asked many times since writing that those first articles about what to do to get started if you don’t have a […]
Java Tutorial 1.2: Creating your first application – Hello World
In this tutorial we will be creating our first application, the standard “Hello World” used as the first lesson in most programming languages. To make it a little more interesting I have broken the lesson into two parts. In the first part I will demonstrate how to make the “Hello World” application with just notepad […]