A mobile, touch screen based tablet-computer made by Apple running Apples iOS operating system. Its visual appearance is characterized by the fact that it is basically only a plain screen without a keyboard, in contrast to an ordinary notebook computer.
6
votes
1answer
2k views
Which 3D Engine for iPad development?
I have built a couple of games on the iPad using core animation, but for my next project I would like to built a 3D game. I am not really comfortable with programming OpenGL directly and would also ...
4
votes
1answer
321 views
Organize a game set
I'm developing a endless running game and I'm not really sure on how to make the set. The first approach was to make a BIG set like 10240x3072 pixels so that we have a nice portion of set. After ...
3
votes
2answers
481 views
Texture artifacts on iPad
I'm porting an iPhone game to the iPad. When I move textures "quickly" (5.0 pixels every update at a rate of 60 Hz) I start to see little "artifacts" or remnants of where the texture used to be. I'm ...