IOS Coding Resources and Tools: Difference between revisions

From Medien Wiki
Line 29: Line 29:


=== Sound ===
=== Sound ===
* [http://www.fmod.org FMOD] - cross-platform audio middleware (C/C++) (Free for free apps, must be licensed for commercial use!)
* [http://soundlab.cs.princeton.edu/software/ The Princton Soundlab]
* [http://soundlab.cs.princeton.edu/software/ The Princton Soundlab]
** [https://ccrma.stanford.edu/software/stk/index.html STK: Synthesis Tool Kit] General Sound Synthesis C++ Classes (largely platform independent)
** [https://ccrma.stanford.edu/software/stk/index.html STK: Synthesis Tool Kit] General Sound Synthesis C++ Classes (largely platform independent)

Revision as of 12:24, 9 March 2011

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
  • OpenAL Objective-C wrapper
  • RjDj Pure Data for iPhone/iPod Touch as an app or alternatively to build it yourself
  • iPd is a Pd based audio framework (in the works).
  • crimsontech.jp - Commercial Crimson Audio Library: licensing fees apply once per distributed app (project)

Control data (for sound):

Data:

Objective-C++ / C++

Sound

HTML/CSS/JavaScript

Tools

These applications (most of them for OSX) can be useful helpers:

Misc



Diese Seite ist Teil des Werkmoduls iOS Development von Michael Markert für Interface Design / Fakultät Medien an der Bauhaus-Universität Weimar.