<?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>Programming Fundamentals &#187; bauhaus</title>
	<atom:link href="http://legacy.iaacblog.com/mai2012-2013-programming/tag/bauhaus/feed/" rel="self" type="application/rss+xml" />
	<link>http://legacy.iaacblog.com/mai2012-2013-programming</link>
	<description>Programming Fundamentals</description>
	<lastBuildDate>Tue, 18 Dec 2012 18:15:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>bauhaus clock</title>
		<link>http://legacy.iaacblog.com/mai2012-2013-programming/2012/11/bauhaus-clock/</link>
		<comments>http://legacy.iaacblog.com/mai2012-2013-programming/2012/11/bauhaus-clock/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 11:03:03 +0000</pubDate>
		<dc:creator>antanaityte.gerda@iaac.net</dc:creator>
				<category><![CDATA[Exercises]]></category>
		<category><![CDATA[Gerda Antanaityte]]></category>
		<category><![CDATA[Int Programming]]></category>
		<category><![CDATA[Students]]></category>
		<category><![CDATA[bauhaus]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[gerda antanaityte]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://legacy.iaacblog.com/mai2012-2013-programming/?p=82</guid>
		<description><![CDATA[The third task was to a create a clock which could count time in it&#8217;s creative way. Due to my personal admire to Bauhaus, I&#8217;ve decided to dedicate exercise to this great influential approach. The main idea was that clock has three parameters to count time (hours / minutes / seconds), which actually complement Bauhaus [...]]]></description>
				<content:encoded><![CDATA[<p>The third task was to a create a clock which could count time in it&#8217;s creative way. Due to my personal admire to Bauhaus, I&#8217;ve decided to dedicate  exercise to this great influential approach. The main idea was that clock has three parameters to count time (hours / minutes / seconds), which actually complement Bauhaus ideas (3 main colors / shapes etc.) It seemed interesting try to link it. I&#8217;ve started with grid, which was 60&#215;60 for seconds, then 120&#215;60 for  minutes and 24 horizontal lines for hours. I&#8217;ve put all of them in the same canvas and added 3 lines representing different time ratio. Finally I&#8217;ve ended with linear and gradient versions of it. The linear purely shows how time ratios interact with each other, while the second one plays with colors, mixing &#8216;em and creating shades out of core colors.</p>
<p>So how does it work? The red part counts seconds: every loop (60 seconds) it pushes yellow minute line forward. When minute&#8217;s part reaches the end, it lifts blue hour up. You have to get used to understand what the time is, but finally there&#8217;s a picture of changing composition, which is based on classical RYB colors and flavor of 1930-ies.</p>
<p>here&#8217;s linear  ..</p>
<p><canvas width="600" height="300" data-processing-sources="http://legacy.iaacblog.com/intprocessing/antanaitytegerda/clock/clock_linear.pde"></canvas></p>
<p>..and gradient clock:</p>
<p><canvas width="600" height="300" data-processing-sources="http://legacy.iaacblog.com/intprocessing/antanaitytegerda/clock/clock_gradient.pde"></canvas></p>
]]></content:encoded>
			<wfw:commentRss>http://legacy.iaacblog.com/mai2012-2013-programming/2012/11/bauhaus-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
