(added lots of links) |
mNo edit summary |
||
Line 1: | Line 1: | ||
Cocoa Touch already contains a rich set of framworks for almost every need. Nevertheless, there are many open source projects aiming to make development for the iPhone a richer experience. This page should provide a basic overview of third-party frameworks and code collections, preferably free ones. | Cocoa Touch already contains a rich set of framworks for almost every need. Nevertheless, there are many open source projects aiming to make development for the iPhone a richer experience. This page should provide a basic overview of third-party frameworks and code collections, preferably free ones. | ||
✿ Please help growing this list ✿ | ✿ Please help growing this list ✿ | ||
== Objective-C == | == Objective-C == | ||
Line 9: | Line 11: | ||
'''Sound:''' | '''Sound:''' | ||
* [http://code.google.com/p/mobilesynth/ mobilesynth] - Open Source Synthesizer | * [http://code.google.com/p/mobilesynth/ mobilesynth] - Open Source Synthesizer | ||
* [http://www.gehacktes.net/2009/03/iphone-programming-part-6-multiple-sounds-with-openal/ OpenAL Objective-C wrapper] | |||
* [http://poly.share.dj/projects/#mrmr mrmr] - Open Source [[OSC]] Application | |||
* crimsontech.jp - Commercial Crimson Audio Library: ''licensing fees apply once per distributed app (project)'' | * crimsontech.jp - Commercial Crimson Audio Library: ''licensing fees apply once per distributed app (project)'' | ||
'''Data:''' | '''Data:''' | ||
* [http://poly.share.dj/projects/#mrmr CFBonjour] - Bonjour Wrapper (via mrmr) | |||
* [http://code.google.com/p/json-framework/ JSON] - Parser & Generator framework | * [http://code.google.com/p/json-framework/ JSON] - Parser & Generator framework | ||
Revision as of 02:21, 3 May 2010
Cocoa Touch already contains a rich set of framworks for almost every need. Nevertheless, there are many open source projects aiming to make development for the iPhone a richer experience. This page should provide a basic overview of third-party frameworks and code collections, preferably free ones.
✿ Please help growing this list ✿
Objective-C
Graphics:
- cocos2d for iPhone - 2D Drawing & Animation
- cocos2d Programming Guide (also very nice introduction to iPhone programming)
Sound:
- mobilesynth - Open Source Synthesizer
- OpenAL Objective-C wrapper
- mrmr - Open Source OSC Application
- crimsontech.jp - Commercial Crimson Audio Library: licensing fees apply once per distributed app (project)
Data:
Objective-C++ / C++
- ofxiphone - develop for iPhone in plain old C/C++
- mobileframeworks - openframeworks for the iPhone (Template for C++/Objective-C++ Development)
HTML/CSS/JavaScript
- 18 mobile frameworks dev tools to create iPhone Apps
- phonegap - Open Source Cross-Platform Development Kit] (iPhone, Android, Blackberry)
- Aptana Studio - mit iPhone Web-App Plugin
- iui - iPhone User Interface Framework for WebApps (JS Library, CSS, Images)
- IBM iPhone Dev with Eclipse - Tutorial
- Building iPhone Apps with HTML, CSS & JavaScript
Misc
- Unity - Multiplatform Game Development Tool
Diese Seite ist Teil des Werkmoduls iOS Development von Michael Markert für Interface Design / Fakultät Medien an der Bauhaus-Universität Weimar.