Recently I stumbled over "iPhoneOSGameView" which s开发者_Python百科eems to be part of MonoTouch (or MONO?). It seems to be a base view for game development but I cannot find any samples on how to use it. Is there more to it, like animation helpers or sprites? Or is it only a OpenGL wrapper?
René
There is an example in the MonoTouch samples here: https://github.com/migueldeicaza/monotouch-samples/blob/master/GLPaint-GV/GLPaint.cs
精彩评论