
ShiVa PoC: Box Particle Lighting
I have started a new code repository on github where I will be placing various self-contained Proof of Concept projects for the ShiVa game engine. Each project will be contained in a separate directory for easy […]
I have started a new code repository on github where I will be placing various self-contained Proof of Concept projects for the ShiVa game engine. Each project will be contained in a separate directory for easy […]
This article covers the basics of exported Android ShiVa projects. If you are trying to integrate Java or C libraries, for instance the ScoreLoop API, the following information could come in handy. I had to […]
In a previous design diary, I talked about screen boundary detection. What is an easy way to determine when an object has left the screen so that you can act on it? I discovered a […]
As we are narrowing in on the release of our game, we turned our attention on the game performance. Our low end target is an Android HTC Inspire, mid-range is an HP Pre Plus and […]
The use of the proper sensor in Shiva is critical to obtaining optimal frame-rate. In the past, you may have hap-hazardly populated onSensorCollision without a second thought. This could cause serious performance issues down the […]
This post is part diary and part tutorial. I will cover: 2D in 3D camera basics Camera view extent detection Fitting the camera view to contain certain objects Special FX
AI Navigation Dynamics vs Translation We got to the point where we wanted to start moving the mothership around, again using a setTranslation model meant that we had to figure out equations to get it […]
We needed a laser for our WIP space schmup. This solution seemed to be the most obvious way to create a variable length laser. I am hoping someone will post a comment telling me how […]
As I was meeting with my indie game team to discuss progress on a project, the topic of 3D models and performance came up. How many vertices should our models have? This seemed to be […]
Why Use a Game Engine? If you are an aspiring game developer, you might have considered whether a game engine is right for you. There are a lot of game engines out there and I’m […]
Copyright 2005-2020 Zachary Burke