forked from stfj/assorted-ofxiPhone-classes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
17 lines (10 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
assorted ofxiPhone classes
zach gage - stfj.net
v1.
a few assorted iphone classes that i've created while working in ofxiPhone that weren't quite appropriate to fit into the library for different reasons.
ofxiPhoneFile - A class for loading and saving text files to the iphone's documents directory, or loading text files from the internet
ofxiPhoneFlurryAnalytics - A barebones class for implementing Flurry Analytics in your app. You'll need the floor library as well : http://www.flurry.com/
ofxiPhoneGameKit - Class for using apple's gameKit framework in your app. Make sure that you are compiling for 3.0+ and that you include the gameKit framework in your xcode project
ofxiPhoneOpenFeint - A class for implementing the openFeint social network in your app. You'll need the openFeint library as well : http://www.openfeint.com/
ofxiPhoneRawDataPOSTer - A class for posting text data in the RAW format to a php script. Useful for sharing text files online from your app.
ofxALSoundPlayer - Classes for playing sounds on the iPhone through openAL. Be sure to add the openAL framework to your project