views:

137

answers:

2

Besides CrashLanding, are there any other good example apps with source code?

+1  A: 

This is just an opinion, but Crash Landing is a mess. There is some decent 2D OpenGL code in the Cocos 2D engine. I find the sources very interesting.

zoul
I don't understand why Crashlanding hasn't been redone correctly. It was very nice to have a small app that exercised so many hardware features. It was easy to poke at it and learn the system.
Nosredna
Exactly. When I was starting I was very happy for CL too, but a decently written and maintained sample code would have made such a difference.
zoul
+3  A: 

You should google for "Touch Fighter", it was released on WWDC, so I can't provide direct links to code, but you should google around, that's like Crash Landing on Steroids. I think Crash Landing had some leaks and bad practices in general.

If what you're looking for is the Texture2D class , the same class is located in cocos2d as stated before.

Mr.Gando