Skip to content

Commit

Permalink
Added in extra README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisntr committed Aug 1, 2011
1 parent 0acca21 commit ade4584
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AVCaptureFrames/README.md
Expand Up @@ -18,7 +18,7 @@ a purchased version of MonoTouch.
License
=======

The bindings are licensed under the MIT X11 license:
The samples are licensed under the MIT X11 license:

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 12 additions & 0 deletions AVTouchSample/README.md
@@ -0,0 +1,12 @@
AV Touch
========

An example on using AVFoundation on iOS devices, this allows a developer to access playing
audio and accessing audio data from their application.

Based on Apple's avTouch example:
http://developer.apple.com/library/ios/#samplecode/avTouch/Introduction/Intro.html

Authors
=======
Miguel de Icaza
17 changes: 17 additions & 0 deletions GLPaint-GameView/README.md
@@ -0,0 +1,17 @@
OpenGL Paint using GameView
===========================

Preview
=======

![iPhone running GLPaint sample](http://farm7.static.flickr.com/6143/5999004778_b2801d14e2.jpg)

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

Authors
=======
Miguel de Icaza

0 comments on commit ade4584

Please sign in to comment.