IOS Coding Resources and Tools: Difference between revisions

From Medien Wiki
(created)
 
(added lots of links)
Line 1: Line 1:
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.
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 ==
== Objective-C ==
'''Graphics:'''
* [http://www.cocos2d-iphone.org/ cocos2d for iPhone] - 2D Drawing & Animation
** [http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:index cocos2d Programming Guide] (also very nice introduction to iPhone programming)
'''Sound:'''
* [http://code.google.com/p/mobilesynth/ mobilesynth] - Open Source Synthesizer
* [http://code.google.com/p/mobilesynth/ mobilesynth] - Open Source Synthesizer
* crimsontech.jp - Commercial Crimson Audio Library: ''licensing fees apply once per distributed app (project)''
'''Data:'''
* [http://code.google.com/p/json-framework/ JSON] - Parser & Generator framework


== Objective-C++ / C++ ==
== Objective-C++ / C++ ==
Line 19: Line 28:
* [http://building-iphone-apps.labs.oreilly.com/index.html Building iPhone Apps with HTML, CSS & JavaScript]
* [http://building-iphone-apps.labs.oreilly.com/index.html Building iPhone Apps with HTML, CSS & JavaScript]


== Misc ==
* [http://unity3d.com/unity/features/iphone-publishing Unity] - Multiplatform Game Development Tool


{{Template:iPhoneDev}}
{{Template:iPhoneDev}}


[[Category:Linklist]]
[[Category:Linklist]]

Revision as of 02:11, 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:

  • mobilesynth - Open Source Synthesizer
  • crimsontech.jp - Commercial Crimson Audio Library: licensing fees apply once per distributed app (project)

Data:

  • 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.