ios-samples/GLPaint-GameView
PJ Beaman db42e890a3 Added new sample screenshots 2012-03-07 16:35:49 -05:00
..
Images Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Screenshots Added new sample screenshots 2012-03-07 16:35:49 -05:00
Default.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Erase.caf Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
GLPaint-GameView.csproj Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
GLPaint-GameView.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Icon.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Main.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
MainWindow.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
MainWindow.xib.designer.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Metadata.xml Initial tags. 2011-10-05 22:32:15 +02:00
PaintingView.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Particle.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
README.md Standardize README.md formatting and add some missing descriptions. 2011-09-27 17:28:31 +02:00
Recording.data Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Select.caf Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
ShakeMe.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
SoundEffect.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00

README.md

OpenGL Paint using GameView

An example on using the iPhoneOSGameView class with OpenGL to create a touch painting application.

Loosely based on Apple's GLPaint example: http://developer.apple.com/library/ios/#samplecode/GLPaint/Introduction/Intro.html

Preview

iPhone running GLPaint sample

Authors

Miguel de Icaza