<?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>S09. Advanced Computational Paradigms &#187; interaction</title>
	<atom:link href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/tag/interaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://legacy.iaacblog.com/s09advancedcomputationalparadigms</link>
	<description></description>
	<lastBuildDate>Mon, 15 Jun 2015 04:31:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>PROCESSING ASSIGNMENTS #MATTEO SILVERIO</title>
		<link>http://legacy.iaacblog.com/s09advancedcomputationalparadigms/2015/05/1-flower-power/</link>
		<comments>http://legacy.iaacblog.com/s09advancedcomputationalparadigms/2015/05/1-flower-power/#comments</comments>
		<pubDate>Wed, 06 May 2015 08:47:10 +0000</pubDate>
		<dc:creator>Matteo Silverio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[daisy]]></category>
		<category><![CDATA[flowers]]></category>
		<category><![CDATA[iaac]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[matteo silverio]]></category>
		<category><![CDATA[murakami]]></category>
		<category><![CDATA[NETWORK]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://legacy.iaacblog.com/s09advancedcomputationalparadigms/?p=15</guid>
		<description><![CDATA[  The sketches can be downloaded here: [SCRIPTS] &#160; &#160; 1# MURAKAMI MAKER ABSTRACT: For the first assignment a &#8220;meadow&#8221; should be developed. Every time I look at a flower, my mind thinks at the Takashi Murakami paintings so I decided to develop a small script that allows to draw a customized Murakami painting.  WORKING [...]]]></description>
				<content:encoded><![CDATA[<p><strong><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/coverpage.jpg"><img class="size-large wp-image-32 aligncenter" alt="coverpage" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/coverpage-730x362.jpg" width="730" height="362" /></a> </strong></p>
<p style="text-align: center"><span id="more-15"></span></p>
<p>The sketches can be downloaded here:</p>
<p><a href="https://drive.google.com/folderview?id=0B5wfKFZT_YEUfnBRM3hTNHJXRXg5VExWOHZFakxPbnF6Qmx0dFV4THhaeFRVWjFQSkkxNlE&amp;usp=sharing">[SCRIPTS]</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>1</strong><strong># MURAKAMI MAKER<br />
</strong></p>
<p><strong><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/mymurakami1.jpg"><img class="size-large wp-image-28 aligncenter" alt="mymurakami1" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/mymurakami1-730x730.jpg" width="730" height="730" /></a></strong></p>
<p><strong>ABSTRACT:</strong></p>
<p>For the first assignment a &#8220;meadow&#8221; should be developed.</p>
<p>Every time I look at a flower, my mind thinks at the Takashi Murakami paintings so I decided to develop a small script that allows to draw a customized Murakami painting.</p>
<p><strong> WORKING PRINCIPLES:</strong><br />
Pushing the left mouse button on the canvas, the user can draw a Murakami daisy flower.</p>
<p>Each time the script chooses size and colour for the flower so the user can choose only the exact daisy position. Once the user is satisfied about its painting, it can save the result pushing the right mouse button on the canvas. If, for any reasons, you don&#8217;t like the result and you want restart the &#8220;art session&#8221;, you should push the DEL button and restart.</p>
<p><strong>SUMMARY:</strong></p>
<p>RIGHT MOUSE BUTTON:   drawing flowers<br />
LEFT MOUSE BUTTON:    printing the canvans<br />
DEL KEYBOARD:         restarting</p>
<p>Enjoy the script and become a fancy Japanese artist for a while!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>2<strong># PULSE NETWORK<br />
</strong></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/network.jpg"><img class="size-large wp-image-39 aligncenter" alt="network" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/network-730x364.jpg" width="730" height="364" /></a></p>
<p><strong>ABSTRACT:</strong><br />
The second assignment is about the object-oriented programming (OOP).<br />
The script developed is inspired by some scripts found in http://www.openprocessing.org<br />
The aim of the exercise is playing with a geometrical shape learning the class operation system.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>#3: BOUNCING PARTICLES</strong></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/palle.jpg"><img class="aligncenter" alt="palle" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/palle-730x399.jpg" width="730" height="399" /></a></p>
<p><strong>ABSTRACT:</strong></p>
<p>The third assignment is about the object-oriented programming (OOP) and the Perlin Noise.</p>
<p>For the exercise a particle cloud has been developed. The particles bounce when they touch each other as well as when they reach the screen frame.  Moreover, maintaining the right button clicked the “gravity” can be activated and clicking the left button the user can “freeze” the  particles movement. On the setup function two starting configuration have been studied. Indeed, giving fix position (and speed) to the points, the first part of the animation can be controlled.</p>
<p>&nbsp;</p>
<p><strong>SUMMARY:</strong><br />
RIGHT MOUSE BUTTON:   (keep pressed) gravity<br />
LEFT MOUSE BUTTON:    freeze the cloud</p>
<p style="text-align: center"><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/noise.jpg"><img class="alignnone size-large wp-image-96" alt="noise" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/noise-730x399.jpg" width="730" height="399" /></a></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/noise2.jpg"><img class="alignnone size-large wp-image-97 aligncenter" alt="noise2" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/noise2-730x399.jpg" width="730" height="399" /></a></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/RANDOM.jpg"><img class="size-large wp-image-98 aligncenter" alt="RANDOM" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/RANDOM-730x399.jpg" width="730" height="399" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>#3B: CRAZY PARTICLES</strong></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/cover1.jpg"><img class="size-large wp-image-155 aligncenter" alt="cover" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/cover1-730x395.jpg" width="730" height="395" /></a></p>
<p><strong>ABSTRACT:</strong><br />
Because the exercise #3 didn&#8217;t investigate the Perlin noise command, and another small script has been developed.</p>
<p>Basically a particle cloud is moved using a Periln Noise loop. The difference between this command and the random command is really clear in this script. However, for the random mode some changes should be done.</p>
<p>&nbsp;</p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/cloud.jpg"><img class="size-large wp-image-156 aligncenter" alt="cloud" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/cloud-730x396.jpg" width="730" height="396" /></a></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/COLLISIONS.jpg"><img class="size-large wp-image-157 aligncenter" alt="COLLISIONS" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/COLLISIONS-730x396.jpg" width="730" height="396" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://legacy.iaacblog.com/s09advancedcomputationalparadigms/2015/05/1-flower-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing Assignments. Josep Alcover</title>
		<link>http://legacy.iaacblog.com/s09advancedcomputationalparadigms/2015/05/processing-assignments-josep-alcover/</link>
		<comments>http://legacy.iaacblog.com/s09advancedcomputationalparadigms/2015/05/processing-assignments-josep-alcover/#comments</comments>
		<pubDate>Wed, 06 May 2015 08:08:56 +0000</pubDate>
		<dc:creator>Josep Alcover llubia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Advanced Computational Paradigms]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[computer graphics]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[Josep Alcover]]></category>
		<category><![CDATA[P5]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[S9]]></category>

		<guid isPermaLink="false">http://legacy.iaacblog.com/s09advancedcomputationalparadigms/?p=14</guid>
		<description><![CDATA[ Processing Assignments. ASSIGNMENT 1 DYNAMIC GARDEN Interaction instructions: Move the mouse to change the color and diameter of the particles. Click to stop the movement of the particles. Click and drag with the mouse clicked to interact with the movement stopped. [ CLICK TO PLAY THE SKETCH ONLINE ] [ CLICK TO DOWNLOAD THE SKETCH [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center"><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/cover.jpg"><img class="size-large wp-image-29 aligncenter" alt="cover" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/cover-730x410.jpg" width="730" height="410" /></a></p>
<p> Processing Assignments.</p>
<p><span id="more-14"></span></p>
<p><strong>ASSIGNMENT 1</strong></p>
<p>DYNAMIC GARDEN</p>
<p><em>Interaction instructions:</em> Move the mouse to change the color and diameter of the particles. Click to stop the movement of the particles. Click and drag with the mouse clicked to interact with the movement stopped.</p>
<p><a title="DYNAMIC GARDEN PROCESSING" href="http://josepalcover.co.nf/garden.html" target="_blank">[ CLICK TO PLAY THE SKETCH ONLINE ]</a></p>
<p><a title="Download A01_JosepAlcover.rar sketch folder" href="http://josepalcover.co.nf/processingS9/A01_JosepAlcover.rar" target="_blank">[ CLICK TO DOWNLOAD THE SKETCH (.RAR) ]</a></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A01_JosepAlcover_Processing_01.jpg"><img class="alignnone size-medium wp-image-16" alt="A01_JosepAlcover_Processing_01" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A01_JosepAlcover_Processing_01-300x168.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A01_JosepAlcover_Processing_02.jpg"><img class="alignnone size-medium wp-image-17" alt="A01_JosepAlcover_Processing_02" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A01_JosepAlcover_Processing_02-300x168.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A01_JosepAlcover_Processing_03.jpg"><img class="alignnone size-medium wp-image-18" alt="A01_JosepAlcover_Processing_03" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A01_JosepAlcover_Processing_03-300x168.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A01_JosepAlcover_Processing_04.jpg"><img class="alignnone size-medium wp-image-19" alt="A01_JosepAlcover_Processing_04" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A01_JosepAlcover_Processing_04-300x168.jpg" width="300" height="168" /></a></p>
<p><strong>ASSIGNMENT 2</strong></p>
<p>PARTICLE SYSTEM WITH ELASTIC COLLISIONS</p>
<p><em>Interaction instructions: </em>Move the mouse to change the color and diameter of the particles. Mantain the left button clicked to activate gravity. Mantain the right button clicked to attract the particles to the mouse position.</p>
<p><a title="PARTICLE SYSTEM WITH ELASTIC COLLISIONS" href="http://josepalcover.co.nf/collision.html" target="_blank">[ CLICK TO PLAY THE SKETCH ONLINE ]</a></p>
<p><a title="Download A02_JosepAlcover.rar sketch folder" href="http://josepalcover.co.nf/processingS9/A02_JosepAlcover.rar" target="_blank">[ CLICK TO DOWNLOAD THE SKETCH (.RAR) ]</a></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_01.jpg"><img class="alignnone size-medium wp-image-20" alt="A02_JosepAlcover_Processing_01" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_01-300x168.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_02.jpg"><img class="alignnone size-medium wp-image-21" alt="A02_JosepAlcover_Processing_02" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_02-300x168.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_03.jpg"><img class="alignnone size-medium wp-image-22" alt="A02_JosepAlcover_Processing_03" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_03-300x168.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_04.jpg"><img class="alignnone size-medium wp-image-23" alt="A02_JosepAlcover_Processing_04" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_04-300x168.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_05.jpg"><img class="alignnone size-medium wp-image-24" alt="A02_JosepAlcover_Processing_05" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_05-300x168.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_06.jpg"><img class="alignnone size-medium wp-image-25" alt="A02_JosepAlcover_Processing_06" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A02_JosepAlcover_Processing_06-300x168.jpg" width="300" height="168" /></a></p>
<p>&nbsp;</p>
<p><strong>ASSIGNMENT 3</strong></p>
<p>PARTICLE SYSTEM WITH SUB-CLASSES AND NOISE FIELD</p>
<p><em>Interaction instructions: </em>Move the mouse to change the color and diameter of the particles. Mantain the left button clicked to make the particles move to the corners of the window according to the subclass they belong to. Mantain the right button clicked to attract the particles to the mouse position.</p>
<p><a title="PARTICLE SYSTEM WITH SUBCLASSES AND NOISE FIELD" href="http://josepalcover.co.nf/noise.html" target="_blank">[ CLICK TO PLAY THE SKETCH ONLINE ]</a></p>
<p><a title="Download A02_JosepAlcover.rar sketch folder" href="http://josepalcover.co.nf/processingS9/A03_JosepAlcover.rar" target="_blank">[ CLICK TO DOWNLOAD THE SKETCH (.RAR) ]</a></p>
<p><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_01.jpg"><img class="alignnone  wp-image-103" alt="A03_JosepAlcover_Processing_01" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_01-730x410.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_02.jpg"><img class="alignnone  wp-image-104" alt="A03_JosepAlcover_Processing_02" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_02-730x410.jpg" width="300" height="168" /></a><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_03.jpg"><img class="alignnone  wp-image-105" alt="A03_JosepAlcover_Processing_03" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_03-730x410.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_04.jpg"><img class="alignnone  wp-image-106" alt="A03_JosepAlcover_Processing_04" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_04-730x410.jpg" width="300" height="168" /></a><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_05.jpg"><img class="alignnone  wp-image-107" alt="A03_JosepAlcover_Processing_05" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_05-730x410.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_06.jpg"><img class="alignnone  wp-image-108" alt="A03_JosepAlcover_Processing_06" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_06-730x410.jpg" width="300" height="168" /></a><a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_07.jpg"><img class="alignnone  wp-image-109" alt="A03_JosepAlcover_Processing_07" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_07-730x410.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_08.jpg"><img class="alignnone  wp-image-110" alt="A03_JosepAlcover_Processing_08" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_08-730x410.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_09.jpg"><img class="alignnone  wp-image-111" alt="A03_JosepAlcover_Processing_09" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_09-730x410.jpg" width="300" height="168" /></a> <a href="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_10.jpg"><img class="alignnone  wp-image-112" alt="A03_JosepAlcover_Processing_10" src="http://legacy.iaacblog.com/s09advancedcomputationalparadigms/files/2015/05/A03_JosepAlcover_Processing_10-730x410.jpg" width="300" height="168" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://legacy.iaacblog.com/s09advancedcomputationalparadigms/2015/05/processing-assignments-josep-alcover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
