Tutorial 5 is now uploaded and ready to view and runs for around 37mins. This tutorial covers the Animation class which allows you to specify a series of sprites which are displayed on screen in order. This class allows you to add any number of frames to an animation and also specify how long each frame should appear, so, rather than having every frame only appear on screen for the same period of time, each frame can have its own display time.
The class also supports the ability to repeat animations and ping pong backwards and forwards.
Check out these cool WordPress plugins! – CodeRevolution.
Category: iphone
-

iPhone Game Programming – Tutorial 5 – Animation Class
-

UITableView iPhone Programming Tutorial
Teaches how to populate a UITableView instance.
Check out these cool WordPress plugins! – CodeRevolution. -

iPhone Game Programming – Tutorial 2 – Image Class
I have finally been able to upload the second tutorial on writing a game on the iPhone using OpenGL.This Tutorial has turned out to be longer than I thought and comes in at around 1.5 hours. It covers the creation of an Image class which wraps around the Texture2D class and functions which I think would be useful in a game such as scaling, rotation and applying a colour filter and alpha etc. This image class will form the basis for the next tutorials where we will create a class for handling sprite maps, animation and bitmap fonts.
Check out these cool WordPress plugins! – CodeRevolution. -

iPhone Game Programming – Tutorial 1
This Tutorial will cover the basics of taking an OpenGL ES Application template available in Xcode and making the changes necessary so that we can use it for writing out game. The game I am going to be creating is a 2D game to keep things simple as I’m still learning myself :o)
Check out these cool WordPress plugins! – CodeRevolution.