What are people using mostly to build iPhone games with? I’m learning iPhone programming. Currently I’m watching all the stanford vidcast, doing the assigments and going through the beginning iphone development apress book. I want to get into building games and want to know if developers are buidling everything with opengl es or are they using pre-existing game engines?
What are people using mostly to build iPhone games with? I’m learning iPhone programming.
Share
Depends how graphic-intensive the app is.
If it needs a lot of graphics, go with a pre-existing engine.
If not, many use OpenGL ES