The Institute for Cyber Security writes a whitepaper(pdf) that covers how use the OpenTK package in MonoTouch. Jonathan Pryor points out in the comments that a better approach is to use OpenTK.Platform.iPhoneOS.iPhoneOSGameView, as it can greatly simplify GL context creation (which is just a ton of boilerplate code). It was mentioned that the whitepaper will be updated with this suggestion.
|
3
touches |
|
|||


1 comment posted.
#1
airkart
962 days, 16 hours, 47 minutes ago said:
The whitepaper has been updated, and not only includes the iPhoneOSGameView class, but an animation example, too.