<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Omone</id>
	<title>Medien Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Omone"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/Omone"/>
	<updated>2026-06-12T03:57:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IOS_Coding_Resources_and_Tools&amp;diff=7997</id>
		<title>IOS Coding Resources and Tools</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IOS_Coding_Resources_and_Tools&amp;diff=7997"/>
		<updated>2010-05-04T13:43:49Z</updated>

		<summary type="html">&lt;p&gt;Omone: /* HTML/CSS/JavaScript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ✿ Please help growing this list ✿&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Objective-C ==&lt;br /&gt;
&#039;&#039;&#039;Graphics:&#039;&#039;&#039;&lt;br /&gt;
* [http://www.cocos2d-iphone.org/ cocos2d for iPhone] - 2D Drawing &amp;amp; Animation&lt;br /&gt;
** [http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:index cocos2d Programming Guide] (also very nice introduction to iPhone programming)&lt;br /&gt;
&#039;&#039;&#039;Sound:&#039;&#039;&#039;&lt;br /&gt;
* [http://code.google.com/p/mobilesynth/ mobilesynth] - Open Source Synthesizer&lt;br /&gt;
* [http://www.gehacktes.net/2009/03/iphone-programming-part-6-multiple-sounds-with-openal/ OpenAL Objective-C wrapper]&lt;br /&gt;
* [http://poly.share.dj/projects/#mrmr mrmr] - Open Source [[OSC]] Application&lt;br /&gt;
* [http://pixelverse.org/iphone/oscemote/ OSCemote] - Open Source [http://code.google.com/p/oscemote/] [[OSC]] iPhone Remote Controller App&lt;br /&gt;
* crimsontech.jp - Commercial Crimson Audio Library: &#039;&#039;licensing fees apply once per distributed app (project)&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Data:&#039;&#039;&#039;&lt;br /&gt;
* [http://poly.share.dj/projects/#mrmr CFBonjour] - Bonjour Wrapper (via mrmr)&lt;br /&gt;
* [http://code.google.com/p/json-framework/ JSON] - Parser &amp;amp; Generator framework&lt;br /&gt;
&lt;br /&gt;
== Objective-C++ / C++ ==&lt;br /&gt;
* [http://www.memo.tv/ofxiphone ofxiphone] - develop for iPhone in plain old C/C++&lt;br /&gt;
* [http://code.google.com/p/mobileframeworks/ mobileframeworks] - [http://www.openframeworks.cc/tag/iphone openframeworks] for the iPhone (Template for C++/Objective-C++ Development)&lt;br /&gt;
&lt;br /&gt;
== HTML/CSS/JavaScript ==&lt;br /&gt;
* [http://developer.apple.com/iphone/ Apple iPhone Dev Center]&lt;br /&gt;
* [http://mobiforge.com/developing/story/build-web-apps-iphone-using-dashcode Build Web Apps using Dashcode]&lt;br /&gt;
&lt;br /&gt;
* [http://iphoneized.com/2009/11/18-mobile-frameworks-development-tools-creating-iphone-apps/ 18 mobile frameworks dev tools] to create iPhone Apps&lt;br /&gt;
* [http://phonegap.com/ phonegap] - Open Source Cross-Platform Development Kit] (iPhone, Android, Blackberry)&lt;br /&gt;
* [http://www.aptana.org/ Aptana Studio] - mit iPhone Web-App Plugin&lt;br /&gt;
* [http://code.google.com/p/iui/ iui] - iPhone User Interface Framework for WebApps (JS Library, CSS, Images)&lt;br /&gt;
* [http://www.ibm.com/developerworks/library/os-eclipse-iphone/ IBM iPhone Dev with Eclipse] - Tutorial&lt;br /&gt;
* [http://building-iphone-apps.labs.oreilly.com/index.html Building iPhone Apps with HTML, CSS &amp;amp; JavaScript]&lt;br /&gt;
* [http://www.luckybite.com/iprocessing/ iProcessing] - an open programming framework to help people develop native iPhone applications using the Processing language&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
* [http://unity3d.com/unity/features/iphone-publishing Unity] - Multiplatform Game Development Tool&lt;br /&gt;
&lt;br /&gt;
{{Template:iPhoneDev}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Linklist]]&lt;/div&gt;</summary>
		<author><name>Omone</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IOS_Coding_Resources_and_Tools&amp;diff=7996</id>
		<title>IOS Coding Resources and Tools</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IOS_Coding_Resources_and_Tools&amp;diff=7996"/>
		<updated>2010-05-04T13:43:04Z</updated>

		<summary type="html">&lt;p&gt;Omone: /* HTML/CSS/JavaScript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ✿ Please help growing this list ✿&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Objective-C ==&lt;br /&gt;
&#039;&#039;&#039;Graphics:&#039;&#039;&#039;&lt;br /&gt;
* [http://www.cocos2d-iphone.org/ cocos2d for iPhone] - 2D Drawing &amp;amp; Animation&lt;br /&gt;
** [http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:index cocos2d Programming Guide] (also very nice introduction to iPhone programming)&lt;br /&gt;
&#039;&#039;&#039;Sound:&#039;&#039;&#039;&lt;br /&gt;
* [http://code.google.com/p/mobilesynth/ mobilesynth] - Open Source Synthesizer&lt;br /&gt;
* [http://www.gehacktes.net/2009/03/iphone-programming-part-6-multiple-sounds-with-openal/ OpenAL Objective-C wrapper]&lt;br /&gt;
* [http://poly.share.dj/projects/#mrmr mrmr] - Open Source [[OSC]] Application&lt;br /&gt;
* [http://pixelverse.org/iphone/oscemote/ OSCemote] - Open Source [http://code.google.com/p/oscemote/] [[OSC]] iPhone Remote Controller App&lt;br /&gt;
* crimsontech.jp - Commercial Crimson Audio Library: &#039;&#039;licensing fees apply once per distributed app (project)&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Data:&#039;&#039;&#039;&lt;br /&gt;
* [http://poly.share.dj/projects/#mrmr CFBonjour] - Bonjour Wrapper (via mrmr)&lt;br /&gt;
* [http://code.google.com/p/json-framework/ JSON] - Parser &amp;amp; Generator framework&lt;br /&gt;
&lt;br /&gt;
== Objective-C++ / C++ ==&lt;br /&gt;
* [http://www.memo.tv/ofxiphone ofxiphone] - develop for iPhone in plain old C/C++&lt;br /&gt;
* [http://code.google.com/p/mobileframeworks/ mobileframeworks] - [http://www.openframeworks.cc/tag/iphone openframeworks] for the iPhone (Template for C++/Objective-C++ Development)&lt;br /&gt;
&lt;br /&gt;
== HTML/CSS/JavaScript ==&lt;br /&gt;
* [http://developer.apple.com/iphone/ Apple iPhone Dev Center]&lt;br /&gt;
* [http://mobiforge.com/developing/story/build-web-apps-iphone-using-dashcode Build Web Apps using Dashcode]&lt;br /&gt;
&lt;br /&gt;
* [http://iphoneized.com/2009/11/18-mobile-frameworks-development-tools-creating-iphone-apps/ 18 mobile frameworks dev tools] to create iPhone Apps&lt;br /&gt;
* [http://phonegap.com/ phonegap] - Open Source Cross-Platform Development Kit] (iPhone, Android, Blackberry)&lt;br /&gt;
* [http://www.aptana.org/ Aptana Studio] - mit iPhone Web-App Plugin&lt;br /&gt;
* [http://code.google.com/p/iui/ iui] - iPhone User Interface Framework for WebApps (JS Library, CSS, Images)&lt;br /&gt;
* [http://www.ibm.com/developerworks/library/os-eclipse-iphone/ IBM iPhone Dev with Eclipse] - Tutorial&lt;br /&gt;
* [http://building-iphone-apps.labs.oreilly.com/index.html Building iPhone Apps with HTML, CSS &amp;amp; JavaScript]&lt;br /&gt;
* [http://www.luckybite.com/iprocessing/] iProcessing - an open programming framework to help people develop native iPhone applications using the Processing language&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
* [http://unity3d.com/unity/features/iphone-publishing Unity] - Multiplatform Game Development Tool&lt;br /&gt;
&lt;br /&gt;
{{Template:iPhoneDev}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Linklist]]&lt;/div&gt;</summary>
		<author><name>Omone</name></author>
	</entry>
</feed>