Besides CrashLanding, are there any other good example apps with source code?
views:
137answers:
2
+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
2009-07-18 20:09:13
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
2009-07-18 20:14:23
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
2009-07-18 20:23:45
+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
2009-07-26 16:02:34