IOS Coding Resources and Tools: Difference between revisions

From Medien Wiki
(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:

Sound:

Data:

  • CFBonjour - Bonjour Wrapper (via mrmr)
  • JSON - Parser & Generator framework

Objective-C++ / C++

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.