Category: development
-
iPhone Game Programming – Tutorial 3 – SpriteSheet Class
Hi all and welcome to Tutorial 3 in my iPhone Programming series on creating an OpenGL game. This video runs for 46 minutes and covers changes to the project so far which are based on feedback I have had in the blog and also the creation of the SpriteSheet class.
-
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…
-
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)