<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OM 2010 &#187; GeorgHuebler</title>
	<atom:link href="http://ifdblog.org/ba-om2010/author/georghuebler/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifdblog.org/ba-om2010</link>
	<description></description>
	<lastBuildDate>Wed, 23 Jun 2010 10:22:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Die explodierende &#8220;Bauhaustreppe&#8221;</title>
		<link>http://ifdblog.org/ba-om2010/die-explodierende-bauhaustreppe/</link>
		<comments>http://ifdblog.org/ba-om2010/die-explodierende-bauhaustreppe/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:35:37 +0000</pubDate>
		<dc:creator>GeorgHuebler</dc:creator>
				<category><![CDATA[Teilnehmer]]></category>

		<guid isPermaLink="false">http://ifdblog.org/ba-om2010/?p=797</guid>
		<description><![CDATA[<img src="http://ifdblog.org/ba-om2010/wp-content/data_processingws/huebler_pixelbild/pixelbild.jpg" alt="explodierende bauhaustreppe" width="340" height="255" />]]></description>
			<content:encoded><![CDATA[<p>Diesem Projekt liegt ein Code von dem Processingentwickler Daniel Shiffman zu Grunde. Das Originalbild von Oskar Schlemmer, „Die Bauhaustreppe“, wird dabei durch Separation von Tonwerten in einzelne Pixelgruppen<br />
zerlegt. Durch die vertikale Bewegung der Maus werden die Abstände dieser Gruppen untereinander verändert und durch die horizontale Bewegung wird der Blickwinkel auf die entstandene „Explosion“ gesteuert.</p>
]]></content:encoded>
			<wfw:commentRss>http://ifdblog.org/ba-om2010/die-explodierende-bauhaustreppe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strahlen und Strahlung</title>
		<link>http://ifdblog.org/ba-om2010/strahlen-und-strahlung/</link>
		<comments>http://ifdblog.org/ba-om2010/strahlen-und-strahlung/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:12:43 +0000</pubDate>
		<dc:creator>GeorgHuebler</dc:creator>
				<category><![CDATA[Teilnehmer]]></category>

		<guid isPermaLink="false">http://ifdblog.org/ba-om2010/?p=687</guid>
		<description><![CDATA[<img title="Linien" src="http://ifdblog.org/ba-om2010/wp-content/uploads/2009/10/Linien_Vorschaubild_Huebler.jpg" alt="Linien" width="340" height="255" />]]></description>
			<content:encoded><![CDATA[<p>Dies war eine der ersten Übungen, bei der wir strahlen erstellen sollten.</br><br />
<code>void setup(){<br />
  size(1024,768);<br />
  smooth();<br />
}<br />
void draw(){<br />
  int i = 0;<br />
  background(0);<br />
  int blau = (mouseX/12);<br />
  int rot = (mouseY/12);<br />
  for (int x = 0; x <= 1024; x = x+int(random(120))) {<br />
    for (int y = 0; y <= 680; y = y+int(random(120))) {<br />
      drawHalfWay(x,y);<br />
      stroke(random(rot),random(90),blau);<br />
    }<br />
  }<br />
}<br />
void drawHalfWay(int theX, int theY){<br />
  int myHalfX = getAverage(mouseX, theX);<br />
  int myHalfY = getAverage(mouseY, theY);<br />
  strokeWeight(2);<br />
  line(random(mouseX*PI)*PI, random(mouseX*PI), myHalfX, myHalfY);<br />
}<br />
int getAverage(int theA, int theB){<br />
  int myHalfWay = ((theA + theB) / 2);<br />
  return myHalfWay;<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ifdblog.org/ba-om2010/strahlen-und-strahlung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Georg</title>
		<link>http://ifdblog.org/ba-om2010/georg/</link>
		<comments>http://ifdblog.org/ba-om2010/georg/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:57:43 +0000</pubDate>
		<dc:creator>GeorgHuebler</dc:creator>
				<category><![CDATA[Teilnehmer]]></category>

		<guid isPermaLink="false">http://ifdblog.org/ba-om2010/?p=105</guid>
		<description><![CDATA[<img title="georg" src="http://ifdblog.org/ba-om2010/wp-content/uploads/2009/10/georg_h.jpg" alt="Georg" width="340" height="255" />]]></description>
			<content:encoded><![CDATA[<p>Dies war die erste Aufgabe. Einen Clip aus sechs Einzelbildern im imovie erstellen.</p>
]]></content:encoded>
			<wfw:commentRss>http://ifdblog.org/ba-om2010/georg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
