<?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=Guma0257</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=Guma0257"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/Guma0257"/>
	<updated>2026-04-16T03:39:41Z</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=File:XinWang-How_to_make_a_simple_3D_in_processing.pdf&amp;diff=43814</id>
		<title>File:XinWang-How to make a simple 3D in processing.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:XinWang-How_to_make_a_simple_3D_in_processing.pdf&amp;diff=43814"/>
		<updated>2012-07-17T10:37:14Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/XinWang-How_to_make_a_simple_3D_in_processing.pdf&amp;diff=43813</id>
		<title>IFD:Advanced Computational Design/XinWang-How to make a simple 3D in processing.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/XinWang-How_to_make_a_simple_3D_in_processing.pdf&amp;diff=43813"/>
		<updated>2012-07-17T10:36:45Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: Created page with &amp;quot;File:XinWang-How to make a simple 3D in processing.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:XinWang-How to make a simple 3D in processing.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43812</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43812"/>
		<updated>2012-07-17T10:35:26Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[/JieWang-vector&amp;amp;boids.pdf/]]&lt;br /&gt;
* [[/XinWang-How to make a simple 3D in processing.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:How_to_make_a_simple_3D_in_processing.pdf&amp;diff=43811</id>
		<title>File:How to make a simple 3D in processing.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:How_to_make_a_simple_3D_in_processing.pdf&amp;diff=43811"/>
		<updated>2012-07-17T10:30:37Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/How_to_make_a_simple_3D_in_processing.pdf&amp;diff=43810</id>
		<title>IFD:Advanced Computational Design/How to make a simple 3D in processing.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/How_to_make_a_simple_3D_in_processing.pdf&amp;diff=43810"/>
		<updated>2012-07-17T10:30:17Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: Created page with &amp;quot;File:How to make a simple 3D in processing.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:How to make a simple 3D in processing.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang.vector_and_boids.pdf&amp;diff=43809</id>
		<title>File:JieWang.vector and boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:JieWang.vector_and_boids.pdf&amp;diff=43809"/>
		<updated>2012-07-17T10:28:45Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang-vector%26boids.pdf&amp;diff=43808</id>
		<title>IFD:Advanced Computational Design/JieWang-vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang-vector%26boids.pdf&amp;diff=43808"/>
		<updated>2012-07-17T10:27:11Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: Created page with &amp;quot;File:JieWang.vector and boids.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:JieWang.vector and boids.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43807</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43807"/>
		<updated>2012-07-17T10:25:58Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[/JieWang-vector&amp;amp;boids.pdf/]]&lt;br /&gt;
* [[/How to make a simple 3D in processing.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43806</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43806"/>
		<updated>2012-07-17T10:25:27Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[/JieWang-vector&amp;amp;boids.pdf]]&lt;br /&gt;
* [[/How to make a simple 3D in processing.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43805</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43805"/>
		<updated>2012-07-17T10:24:50Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
* [[File:JieWang-vector&amp;amp;boids.pdf]]&lt;br /&gt;
* [[File:How to make a simple 3D in processing.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang.vector%26boids.pdf&amp;diff=43768</id>
		<title>IFD:Advanced Computational Design/JieWang.vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang.vector%26boids.pdf&amp;diff=43768"/>
		<updated>2012-07-16T09:57:09Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:JieWang.vector and boids.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang.vector%26boids.pdf&amp;diff=43767</id>
		<title>IFD:Advanced Computational Design/JieWang.vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang.vector%26boids.pdf&amp;diff=43767"/>
		<updated>2012-07-16T09:55:41Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:JieWang.vector&amp;amp;boids.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang.vector%26boids.pdf&amp;diff=43766</id>
		<title>IFD:Advanced Computational Design/JieWang.vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang.vector%26boids.pdf&amp;diff=43766"/>
		<updated>2012-07-16T09:53:17Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:JieWang.vector+boids.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang.vector%26boids.pdf&amp;diff=43765</id>
		<title>IFD:Advanced Computational Design/JieWang.vector&amp;boids.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/JieWang.vector%26boids.pdf&amp;diff=43765"/>
		<updated>2012-07-16T09:50:53Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: Created page with &amp;quot;File:JieWang.vector&amp;amp;boids.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:JieWang.vector&amp;amp;boids.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/YueMao_-_pixel%26image_in_processing.pdf&amp;diff=43697</id>
		<title>IFD:Advanced Computational Design/YueMao - pixel&amp;image in processing.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/YueMao_-_pixel%26image_in_processing.pdf&amp;diff=43697"/>
		<updated>2012-07-13T13:24:00Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: Created page with &amp;quot;File:pixel&amp;amp;image in processing.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:pixel&amp;amp;image in processing.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43696</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43696"/>
		<updated>2012-07-13T13:23:06Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
* [[/YueMao - pixel&amp;amp;image in processing.pdf/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Pixel%26image_in_processing.pdf&amp;diff=43695</id>
		<title>File:Pixel&amp;image in processing.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Pixel%26image_in_processing.pdf&amp;diff=43695"/>
		<updated>2012-07-13T13:22:11Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
Pixel&amp;amp;Picture in Processing&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/YueMao_-_pixel%26image_in_processing.pptx&amp;diff=43694</id>
		<title>IFD:Advanced Computational Design/YueMao - pixel&amp;image in processing.pptx</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design/YueMao_-_pixel%26image_in_processing.pptx&amp;diff=43694"/>
		<updated>2012-07-13T13:19:37Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: Created page with &amp;quot;File:pixel&amp;amp;image in processing.pptx&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:pixel&amp;amp;image in processing.pptx]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43693</id>
		<title>IFD:Advanced Computational Design</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Advanced_Computational_Design&amp;diff=43693"/>
		<updated>2012-07-13T13:18:16Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:Fachmodul|Fachmodul]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Lecturer(s):&#039;&#039; [[Frederic Gmeiner]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 3 [[SWS]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039; Tuesday, 17:00 - 19:15h &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]], Room 105&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039; 17.04.2012&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Advanced Computational Design&lt;br /&gt;
&lt;br /&gt;
This class is meant to give an overview about general advanced programming techniques, tools and concepts as well as a deeper look at current software technologies and how to deal with them in the context of media and interface design. The structure of the class will be organised in a workshop-like manner where each participant will have to prepare a presentation of a topic of his choice related to the curriculum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Topics==&lt;br /&gt;
&lt;br /&gt;
====OOP recap====&lt;br /&gt;
*Classes and inheritance&lt;br /&gt;
*Scopes (public / private)&lt;br /&gt;
*Examples &amp;amp; excercises&lt;br /&gt;
&lt;br /&gt;
====IDEs &amp;amp; tools====&lt;br /&gt;
*Eclipse and Processing&lt;br /&gt;
*Autocompletion, Debugging&lt;br /&gt;
&lt;br /&gt;
====Structures &amp;amp; concepts====&lt;br /&gt;
*Datatypes in detail (String, ints, floats, double, ArrayList, HashMap ...).&lt;br /&gt;
*Images and pixels &amp;gt;&amp;gt; exercises&lt;br /&gt;
*Vector concepts and agents&lt;br /&gt;
*Simple physics and particle systems&lt;br /&gt;
&lt;br /&gt;
====OpenFrameworks / oF====&lt;br /&gt;
* C++ concepts (pointer, header files...)&lt;br /&gt;
* How to work with OpenFrameworks&lt;br /&gt;
* Examples and excercises&lt;br /&gt;
&lt;br /&gt;
====3D with OpenGL====&lt;br /&gt;
* Primitives, lights, cameras in oF&lt;br /&gt;
* What is OpenGL?&lt;br /&gt;
* Concepts and terminology of 3D&lt;br /&gt;
* Examples in oF&lt;br /&gt;
&lt;br /&gt;
====Computer vison with OpenCV====&lt;br /&gt;
* What is OpenCV?&lt;br /&gt;
* Concepts and terminology&lt;br /&gt;
* Examples in oF&lt;br /&gt;
* Tracking example with kinect and OpenCV&lt;br /&gt;
&lt;br /&gt;
====Further topics / tools====&lt;br /&gt;
* Version control with GIT&lt;br /&gt;
* Regular expressions / RegEx&lt;br /&gt;
* Formats and protocols: XML, JSON, OSC... - Jelena Djokic -[[Media:Vortrag_Protocols.pdf]]&lt;br /&gt;
&lt;br /&gt;
==Admission requirements==&lt;br /&gt;
Applicants must have successfully completed the “Physical Computing I” class or have a fundamental knowledge of a high-level object-orientated programming language like JAVA. &lt;br /&gt;
&lt;br /&gt;
==Registration procedure==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Leistungsnachweis==&lt;br /&gt;
Referat, aktive Teilnahme, Dokumentation, Eintrag im Wiki&lt;br /&gt;
&lt;br /&gt;
==Eligible participants==&lt;br /&gt;
Graduates enrolled in the Faculties of Media, Gestaltung and in the MediaArchitecture program&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
*17.04. Introduction, [https://docs.google.com/spreadsheet/viewform?formkey=dFhHWDgzQVJYa2pneTVfUmY1S19GX1E6MQ#gid=0 entry-level questionaire], topics and dates of student presentations&lt;br /&gt;
*24.04. Object orientated concept recap: Classes and inheritance, scopes (public/privat), examples and excercises&lt;br /&gt;
*08.05. Movement with velocity, simple collision detection of objects&lt;br /&gt;
*15.05. Arrays and other datatypes&lt;br /&gt;
*22.05. IDEs (example: Eclipse with Processing)&lt;br /&gt;
*29.05. Images &amp;amp; Pixels (Yue Mao) &amp;amp;&amp;amp; Boids / Vectors (Jie Wang) &lt;br /&gt;
*05.06. Simple 3D in Processing (Xin Wang)&lt;br /&gt;
*12.06. Introduction to OpenFrameworks (Ivo Santos)&lt;br /&gt;
*19.06. Introduction to openGL (Yunshui Jin)&lt;br /&gt;
*26.06. Introduction to openCV &amp;amp; motion tracking by Kinect and SimpleOpenNI (Patawat)&lt;br /&gt;
*03.07. NO REGULAR CLASS: Bauhaus Spaziergang &lt;br /&gt;
*10.07. 2 presentation: 1. Protocols &amp;amp; communication formats &amp;amp; APIs [XML/JSON]  by Jelena Djokic &amp;amp; Processing and the web by Augusto Gandia&lt;br /&gt;
&lt;br /&gt;
==Students Presentation==&lt;br /&gt;
** [[/YueMao - pixel&amp;amp;image in processing.pptx/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
&lt;br /&gt;
* Joshua Noble: Programming Interactivity, O’Reilly, ISBN 978-0596154141&lt;br /&gt;
* Casey Reas und Ben Fry: Processing, Mit Press, ISBN 978-0262182621&lt;br /&gt;
* Danny Kodicek: Mathematics and Physics for Programmers, Charles River Media, ISBN 978-1584503309&lt;br /&gt;
* Gary Bradski: Learning OpenCV: Computer Vision with the OpenCV Library,  O’Reilly, ISBN 978-0596516130&lt;br /&gt;
&lt;br /&gt;
Hinweis: Die hier aufgeführte Literatur ist optional und nicht verbindlich!&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://www.processing.org/ processing.org]&lt;br /&gt;
*[http://www.openprocessing.org/ openprocessing.org]&lt;br /&gt;
*[http://www.openframeworks.cc/ openFrameworks]&lt;br /&gt;
*[http://www.eclipse.org/ eclipse IDE]&lt;br /&gt;
&lt;br /&gt;
[[Category:IDF]]&lt;br /&gt;
[[Category:Computational Design]]&lt;br /&gt;
[[Category:Frederic Gmeiner]]&lt;br /&gt;
[[Category:Programmiersprachen]]&lt;br /&gt;
[[Category:Processing]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43691</id>
		<title>IFD:Showreel2012/Yue Mao - Interactive Donation Box</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43691"/>
		<updated>2012-07-13T13:02:30Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Interactive Donation Box==&lt;br /&gt;
===Yue Mao===&lt;br /&gt;
====Projektmodul Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3====&lt;br /&gt;
&lt;br /&gt;
[[Image:presentation-01.png]]&lt;br /&gt;
[[Image:presentation-02.png]]&lt;br /&gt;
[[Image:presentation-03.png]]&lt;br /&gt;
[[Image:presentation-04.png]]&lt;br /&gt;
[[Image:presentation-05.png]]&lt;br /&gt;
[[Image:presentation-06.png]]&lt;br /&gt;
[[Image:presentation-07.png]]&lt;br /&gt;
[[Image:presentation-08.png]]&lt;br /&gt;
[[Image:presentation-09.png]]&lt;br /&gt;
[[Image:presentation-10.png]]&lt;br /&gt;
[[Image:presentation-11.png]]&lt;br /&gt;
[[Image:presentation-12.png]]&lt;br /&gt;
[[Image:presentation-13.png]]&lt;br /&gt;
[[Image:presentation-14.png]]&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=eirGeuy0zpw&lt;br /&gt;
[[File:IDB presentation.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Presentation-01.png&amp;diff=43690</id>
		<title>File:Presentation-01.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Presentation-01.png&amp;diff=43690"/>
		<updated>2012-07-13T13:01:02Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: uploaded a new version of &amp;amp;quot;File:Presentation-01.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43689</id>
		<title>IFD:Showreel2012/Yue Mao - Interactive Donation Box</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43689"/>
		<updated>2012-07-13T12:58:31Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: /* Projektmodul Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Interactive Donation Box==&lt;br /&gt;
===Yue Mao===&lt;br /&gt;
====Projektmodul Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3====&lt;br /&gt;
&lt;br /&gt;
[[Image:presentation-00.png]]&lt;br /&gt;
[[Image:presentation-02.png]]&lt;br /&gt;
[[Image:presentation-03.png]]&lt;br /&gt;
[[Image:presentation-04.png]]&lt;br /&gt;
[[Image:presentation-05.png]]&lt;br /&gt;
[[Image:presentation-06.png]]&lt;br /&gt;
[[Image:presentation-07.png]]&lt;br /&gt;
[[Image:presentation-08.png]]&lt;br /&gt;
[[Image:presentation-09.png]]&lt;br /&gt;
[[Image:presentation-10.png]]&lt;br /&gt;
[[Image:presentation-11.png]]&lt;br /&gt;
[[Image:presentation-12.png]]&lt;br /&gt;
[[Image:presentation-13.png]]&lt;br /&gt;
[[Image:presentation-14.png]]&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=eirGeuy0zpw&lt;br /&gt;
[[File:IDB presentation.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43688</id>
		<title>IFD:Showreel2012/Yue Mao - Interactive Donation Box</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43688"/>
		<updated>2012-07-13T12:55:19Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Interactive Donation Box==&lt;br /&gt;
===Yue Mao===&lt;br /&gt;
====Projektmodul Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3====&lt;br /&gt;
&lt;br /&gt;
[[Image:presentation-01.png]]&lt;br /&gt;
[[Image:presentation-02.png]]&lt;br /&gt;
[[Image:presentation-03.png]]&lt;br /&gt;
[[Image:presentation-04.png]]&lt;br /&gt;
[[Image:presentation-05.png]]&lt;br /&gt;
[[Image:presentation-06.png]]&lt;br /&gt;
[[Image:presentation-07.png]]&lt;br /&gt;
[[Image:presentation-08.png]]&lt;br /&gt;
[[Image:presentation-09.png]]&lt;br /&gt;
[[Image:presentation-10.png]]&lt;br /&gt;
[[Image:presentation-11.png]]&lt;br /&gt;
[[Image:presentation-12.png]]&lt;br /&gt;
[[Image:presentation-13.png]]&lt;br /&gt;
[[Image:presentation-14.png]]&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=eirGeuy0zpw&lt;br /&gt;
[[File:IDB presentation.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43687</id>
		<title>IFD:Showreel2012/Yue Mao - Interactive Donation Box</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43687"/>
		<updated>2012-07-13T12:54:56Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Interactive Donation Box==&lt;br /&gt;
===Yue Mao===&lt;br /&gt;
====Projektmodul Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:presentation-02.png]]&lt;br /&gt;
[[Image:presentation-03.png]]&lt;br /&gt;
[[Image:presentation-04.png]]&lt;br /&gt;
[[Image:presentation-05.png]]&lt;br /&gt;
[[Image:presentation-06.png]]&lt;br /&gt;
[[Image:presentation-07.png]]&lt;br /&gt;
[[Image:presentation-08.png]]&lt;br /&gt;
[[Image:presentation-09.png]]&lt;br /&gt;
[[Image:presentation-10.png]]&lt;br /&gt;
[[Image:presentation-11.png]]&lt;br /&gt;
[[Image:presentation-12.png]]&lt;br /&gt;
[[Image:presentation-13.png]]&lt;br /&gt;
[[Image:presentation-14.png]]&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=eirGeuy0zpw&lt;br /&gt;
[[File:IDB presentation.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Presentation-01.png&amp;diff=43686</id>
		<title>File:Presentation-01.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Presentation-01.png&amp;diff=43686"/>
		<updated>2012-07-13T12:50:48Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: uploaded a new version of &amp;amp;quot;File:Presentation-01.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43675</id>
		<title>IFD:Showreel2012/Yue Mao - Interactive Donation Box</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43675"/>
		<updated>2012-07-13T10:48:34Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Interactive Donation Box==&lt;br /&gt;
===Yue Mao===&lt;br /&gt;
====Projektmodul Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3====&lt;br /&gt;
&lt;br /&gt;
[[Image:presentation-01.png]]&lt;br /&gt;
[[Image:presentation-02.png]]&lt;br /&gt;
[[Image:presentation-03.png]]&lt;br /&gt;
[[Image:presentation-04.png]]&lt;br /&gt;
[[Image:presentation-05.png]]&lt;br /&gt;
[[Image:presentation-06.png]]&lt;br /&gt;
[[Image:presentation-07.png]]&lt;br /&gt;
[[Image:presentation-08.png]]&lt;br /&gt;
[[Image:presentation-09.png]]&lt;br /&gt;
[[Image:presentation-10.png]]&lt;br /&gt;
[[Image:presentation-11.png]]&lt;br /&gt;
[[Image:presentation-12.png]]&lt;br /&gt;
[[Image:presentation-13.png]]&lt;br /&gt;
[[Image:presentation-14.png]]&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=eirGeuy0zpw&lt;br /&gt;
[[File:IDB presentation.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43674</id>
		<title>IFD:Showreel2012/Yue Mao - Interactive Donation Box</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43674"/>
		<updated>2012-07-13T10:48:00Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Interactive Donation Box==&lt;br /&gt;
===Yue Mao===&lt;br /&gt;
====Projektmodul Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3====&lt;br /&gt;
&lt;br /&gt;
[[Image:presentation-01.png size=&amp;quot;432&amp;quot;]]&lt;br /&gt;
[[Image:presentation-02.png]]&lt;br /&gt;
[[Image:presentation-03.png]]&lt;br /&gt;
[[Image:presentation-04.png]]&lt;br /&gt;
[[Image:presentation-05.png]]&lt;br /&gt;
[[Image:presentation-06.png]]&lt;br /&gt;
[[Image:presentation-07.png]]&lt;br /&gt;
[[Image:presentation-08.png]]&lt;br /&gt;
[[Image:presentation-09.png]]&lt;br /&gt;
[[Image:presentation-10.png]]&lt;br /&gt;
[[Image:presentation-11.png]]&lt;br /&gt;
[[Image:presentation-12.png]]&lt;br /&gt;
[[Image:presentation-13.png]]&lt;br /&gt;
[[Image:presentation-14.png]]&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=eirGeuy0zpw&lt;br /&gt;
[[File:IDB presentation.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:IDB_presentation.pdf&amp;diff=43673</id>
		<title>File:IDB presentation.pdf</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:IDB_presentation.pdf&amp;diff=43673"/>
		<updated>2012-07-13T10:37:28Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43672</id>
		<title>IFD:Showreel2012/Yue Mao - Interactive Donation Box</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012/Yue_Mao_-_Interactive_Donation_Box&amp;diff=43672"/>
		<updated>2012-07-13T10:36:05Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Interactive Donation Box==&lt;br /&gt;
===Yue Mao===&lt;br /&gt;
====Projektmodul Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3====&lt;br /&gt;
&lt;br /&gt;
[[Image:presentation-01.png]]&lt;br /&gt;
[[Image:presentation-02.png]]&lt;br /&gt;
[[Image:presentation-03.png]]&lt;br /&gt;
[[Image:presentation-04.png]]&lt;br /&gt;
[[Image:presentation-05.png]]&lt;br /&gt;
[[Image:presentation-06.png]]&lt;br /&gt;
[[Image:presentation-07.png]]&lt;br /&gt;
[[Image:presentation-08.png]]&lt;br /&gt;
[[Image:presentation-09.png]]&lt;br /&gt;
[[Image:presentation-10.png]]&lt;br /&gt;
[[Image:presentation-11.png]]&lt;br /&gt;
[[Image:presentation-12.png]]&lt;br /&gt;
[[Image:presentation-13.png]]&lt;br /&gt;
[[Image:presentation-14.png]]&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=eirGeuy0zpw&lt;br /&gt;
[[File:IDB presentation.pdf]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012&amp;diff=43651</id>
		<title>IFD:Showreel2012</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=IFD:Showreel2012&amp;diff=43651"/>
		<updated>2012-07-13T10:15:09Z</updated>

		<summary type="html">&lt;p&gt;Guma0257: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:20120626_IFD-Showreel2012.png|422px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color:#FF5D00;&amp;quot;&amp;gt;INFOS&amp;lt;/h3&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Präsentation Sommersemester 2012&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Professur Interface Design&amp;lt;br&amp;gt;&lt;br /&gt;
Prof. Dr. Jens Geelhaar, Frederic Gmeiner, Michael Markert, Gabriel Rausch, Martin Schied, &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;13. Juli 2012&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;11:00 - 17:00 Uhr&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Audimax&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Steubenstraße 6, Haus F&lt;br /&gt;
&lt;br /&gt;
Die Präsentation der Professur Interface Design bietet die Möglichkeit,&amp;lt;br&amp;gt; einen Einblick in die Semesterarbeiten und die Inhalte der angebotenen Module zu&amp;lt;br&amp;gt; bekommen. Die Veranstaltung lädt nicht nur Studenten des Bereichs IFD &amp;lt;br&amp;gt;ein, sondern ist offen für alle Interessierten.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color:#FF5D00;&amp;quot;&amp;gt;PROGRAMM&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;11:00 - 12:00 Block &amp;quot;Fach- und Werkmodule&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Fachmodul &#039;[[IFD:iOSDevI|iOS Development I]]&#039;&lt;br /&gt;
** [[/Michael Markert - iOSDev I 2012/]]&lt;br /&gt;
* Fachmodul &#039;[[IFD:Interaktive Elektronik 2012]]&#039;&lt;br /&gt;
* Werkmodul ‘[[IFD:Elektrische_Gehirnwellengymnastik|Elektrische Gehirnwellengymnastik]]‘&lt;br /&gt;
** [[/Martin Schied - Zusammenfassung/]]&lt;br /&gt;
* Werkmodul/Fachmodul &#039;[[IFD:WebAdvancedII|WebAdvanced II]]&#039;&lt;br /&gt;
** [[/Gabriel Rausch - Web Advanced II/]]&lt;br /&gt;
* Werkmodul ‘[[IFD:WebBasicsII|Web Basics II]]‘&lt;br /&gt;
** [[/Gabriel Rausch - Web Basics II/]]&lt;br /&gt;
* Werkmodul ‘[[IFD:BauhausVorkurs2012|Bauhaus Vorkurs]]‘&lt;br /&gt;
** [[/Michael Markert - BauhausVorkurs2012/]]&lt;br /&gt;
* Werkmodul ‘[[Roter_Button|Roter Button oben links, grüner Button unten rechts]]‘&lt;br /&gt;
* Werkmodul ‘[[IFD:WizardOfOz|The Wizard of Oz: Mock-ups &amp;amp; prototyping]]‘&lt;br /&gt;
** [[/Frederic Gmeiner - Zusammenfassung/]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;12:00 - 14:00 Block &amp;quot;Projektmodule&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Projektmodul &#039;Interface Design 2 / Interaktion mit mobilen Medien: „Guides &amp;amp; Games“ &#039;&lt;br /&gt;
** [[/Stepan Boldt/]]&lt;br /&gt;
** [[/Tobias Zeller/]]&lt;br /&gt;
** [[/Marisa Martins, Sofia Barbosa - Multilanguage for european kids/]]&lt;br /&gt;
** [[/Interaktives Weimar Abenteuer - Bokelmann, Danz, Froger, Glahn, Pabsdorf, Wolf/]]&lt;br /&gt;
** [[/Tobias Westphal/]]&lt;br /&gt;
** [[/Sven Sommerlatte/]]&lt;br /&gt;
** [[/Anastasiya Pavelchuk/]]&lt;br /&gt;
** [[/Jan Schepanski - Veranstaltungsmanagement/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Projektmodul &#039;Interface Design 4 / Interaction and Experimental Interfaces - 30 cm3&#039;&lt;br /&gt;
&amp;lt;!--** [[/Fariborz Farid/]]--&amp;gt;&lt;br /&gt;
** [[/Irina Yasinskaya, Sandra Guzman - Heart Beat Textile/]]&lt;br /&gt;
&amp;lt;!--** [[/Nooshin Saeedi/]]--&amp;gt;&lt;br /&gt;
** [[/Jelena Djokic - I Was Here/]]&lt;br /&gt;
** [[/Patawat Phamuad - What you can do with 100 Yen/]]&lt;br /&gt;
** [[/Yue Mao - Interactive Donation Box/]]&lt;br /&gt;
** [[/Kathy Yuen, Eleni Digidiki, Augusto Gandia, Xin Wang - Smart Blocks/]]&lt;br /&gt;
** [[/Jie Wang, Yunshui Jin - Melodic Rope/]]&lt;br /&gt;
** [[/Matthias Gmelin und Miriam Kotyrba - Hospital Organisation/]]&lt;br /&gt;
** [[/Matias Garcia, Gentian Begolli - Understanding Our Neighbor/]]&lt;br /&gt;
** [[/Dianna Mertz - Appropriator/]]&lt;br /&gt;
** [[/Adriana Cabrera , Diana Cano - Interactive Surface Design/]]&lt;br /&gt;
** [[/Tony Wulfert/]]&lt;br /&gt;
** [[/JinHee Choi - What is in your room?/]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schlusswort&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color:#FF5D00;&amp;quot;&amp;gt;Fach- und Werkmodul Arbeiten&amp;lt;/h3&amp;gt;&lt;br /&gt;
Übersicht der Arbeiten aus Fach- und Werkmodulen. Werden nicht einzeln auf der Veranstaltung vorgestellt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fachmodule&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Werkmodul/Fachmodul &#039;[[IFD:WebAdvancedII|WebAdvanced II]]&#039;&lt;br /&gt;
** [[/Marisa Martins, Sofia Barbosa - Multilanguage for european kids/]]&lt;br /&gt;
** [[/Iain Campbell - Dhound (Event Manager)/]]&lt;br /&gt;
** [[/Johannes Altmann/]]&lt;br /&gt;
** [[/Antje Danz/]]&lt;br /&gt;
** [[/Marcel Döpel - Web RPG/]]&lt;br /&gt;
** [[/Michel Büchner - Web RPG/]]&lt;br /&gt;
** [[/Martin Horbach/]]&lt;br /&gt;
** [[/Bastian Weber - VirtualGuitar/]]&lt;br /&gt;
** [[/Georg Müller/]]&lt;br /&gt;
** [[/Sven Sommerlatte/]]&lt;br /&gt;
** [[/Tobias Westphal/]]&lt;br /&gt;
** [[/Mariana Perfeito/]]&lt;br /&gt;
** [[/Claudia Heinze/]]&lt;br /&gt;
** [[/Kathy Yuen/]]&lt;br /&gt;
** [[/Ivo Santos/]]&lt;br /&gt;
** [[/Garcia Matias/]]&lt;br /&gt;
** [[/Augusto Gawdia/]]&lt;br /&gt;
** [[/Carlo Enke/]]&lt;br /&gt;
** [[/Jennifer Beckmann/]]&lt;br /&gt;
** [[/Christian Sohn/]]&lt;br /&gt;
** [[/Dianna Mertz - Appropriator Web/]]&lt;br /&gt;
** [[/Diana Cano/]]&lt;br /&gt;
&lt;br /&gt;
* Fachmodul &#039;[[IFD:iOSDevI|iOS Development I]]&#039;&lt;br /&gt;
** [[/Tobias Wolf – Mediathek/]]&lt;br /&gt;
** [[/Juliane Reschke - iDecider/]]&lt;br /&gt;
** [[/Christoph Halang/]]&lt;br /&gt;
** [[/Fariborz Farid/]]&lt;br /&gt;
** [[/Iain Campbell - Solar Monitor/]]&lt;br /&gt;
** [[/Dianna Mertz - Appropriator iOS/]]&lt;br /&gt;
** [[/Jelena Djokic - I was here- iOS/]]&lt;br /&gt;
** [[/Adriana Cabrera/]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--* Fachmodul &#039;[[IFD:Interaktive Elektronik 2012]]&#039;&lt;br /&gt;
** [[/Julius Bullinger/]]&lt;br /&gt;
** [[/Malik Al-hallak/]]--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Werkmodule&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Werkmodul ‘[[IFD:WebBasicsII|Web Basics II]]‘&lt;br /&gt;
** [[/Joatan Preis Dutra/]]&lt;br /&gt;
** [[/Florian Froger/]]&lt;br /&gt;
** [[/Constantin Oestreich/]]&lt;br /&gt;
** [[/Hannes Wünsche/]]&lt;br /&gt;
** [[/Lukas Krause/]]&lt;br /&gt;
** [[/Ingo Schäfer/]]&lt;br /&gt;
** [[/Laura Jozefini/]]&lt;br /&gt;
** [[/Monika Schwarz/]] &lt;br /&gt;
** [[/Theresa Tschenker/]]&lt;br /&gt;
** [[/Lydia Kluge/]]&lt;br /&gt;
** [[/Anastasiya Pavelchuk - ActiveArts/]]&lt;br /&gt;
** [[/Tobias Westphal/]]&lt;br /&gt;
** [[/Anja Werner/]]&lt;br /&gt;
** [[/Eleni Digidiki/]]&lt;br /&gt;
** [[/Stepan Boldt/]]&lt;br /&gt;
&lt;br /&gt;
* Werkmodul ‘[[IFD:BauhausVorkurs2012|Bauhaus Vorkurs]]‘&lt;br /&gt;
** [[/Tristan Weis/]]&lt;br /&gt;
** [[/Florian Froger/]]&lt;br /&gt;
** [[/Philipp Hollinger/]]&lt;br /&gt;
** [[/Marius Beine/]]&lt;br /&gt;
** [[/Michael Weber/]]&lt;br /&gt;
** [[/Daniel Winterberg/]]&lt;br /&gt;
** [[/Tobias Wolf/]]&lt;br /&gt;
** [[/R W/]]&lt;br /&gt;
** [[/Carolin Scheffler/]]&lt;/div&gt;</summary>
		<author><name>Guma0257</name></author>
	</entry>
</feed>