<?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>The Highlander Blog &#187; computational art</title>
	<atom:link href="http://www.highlander.co.uk/blog/tag/computational-art/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.highlander.co.uk/blog</link>
	<description>Thoughts and musing from within Highlander</description>
	<lastBuildDate>Fri, 04 May 2012 11:26:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using Processing with Eclipse</title>
		<link>http://www.highlander.co.uk/blog/2010/01/30/using-processing-with-eclipse/</link>
		<comments>http://www.highlander.co.uk/blog/2010/01/30/using-processing-with-eclipse/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 12:57:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[DreamWeaver]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[computational art]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://www.highlander.co.uk/blog/?p=105</guid>
		<description><![CDATA[Recently I blogged about how I was going to start to use Processing. Since then I have realised that the Processing application is way too basic for me.  Using Eclipse or Flash Builder much of the time I naturally looked to see if there was a way of bringing in Processing to the Eclipse environment, <a href='http://www.highlander.co.uk/blog/2010/01/30/using-processing-with-eclipse/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Recently I blogged about how I was going to start to use Processing. Since then I have realised that the Processing application is way too basic for me.  Using Eclipse or Flash Builder much of the time I naturally looked to see if there was a way of bringing in Processing to the Eclipse environment, and very quickly I found the following link: http://www.creativecoding.org/en/beyond/p5/eclipse_as_editor (link no longer active)</p>
<p>Since Processing uses Java, I decided to download the standard Eclipse package. Following the instructions from the link above I quickly got a simple applet working. However I came across a couple of minor issues. Now I used to use Java, but many years ago, so I was quite rusty regarding the Java language, but when I create a simple applet, I immediately got this error…</p>
<p style="padding-left: 30px"><span style="color: #ff9900">The serializable class Table2 does not declare a static final serialVersionUID field of type long</span><span style="color: #ff9900"> </span><span style="color: #ff9900">Table2.java</span><span style="color: #ff9900"> </span><span style="color: #ff9900">/Table2/src</span><span style="color: #ff9900"> </span><span style="color: #ff9900">line 4</span><span style="color: #ff9900"> </span><span style="color: #ff9900">Java Problem</span></p>
<div>Now, for me, who does loads of actionscript, the above message is meaningless. However, right-mouse clicking on the warning symbol and choosing Quick Fix gave a list of options…</div>
<div>
<div id="attachment_106" class="wp-caption aligncenter" style="width: 716px"><a href="http://www.highlander.co.uk/blog/wp-content/uploads/2012/03/quickfix.jpg"><img class="size-full wp-image-106 " src="http://www.highlander.co.uk/blog/wp-content/uploads/2012/03/quickfix.jpg" alt="Quick fix in Eclipse" width="706" height="225" /></a><p class="wp-caption-text">Quick fix in Eclipse</p></div>
</div>
<p>… I chose the Add suppress warnings options and the following line was added…</p>
<p style="font: normal normal normal 13px/normal 'Lucida Sans';color: #777777;padding-left: 30px;margin: 0px">@SuppressWarnings<span style="color: #000000">(</span><span style="color: #4a00fb">&#8220;serial&#8221;</span><span style="color: #000000">)</span></p>
<p style="font: normal normal normal 13px/normal 'Lucida Sans';color: #777777;padding-left: 30px;margin: 0px"><span style="color: #000000"><br />
</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">The warning has now gone, and my applet runs.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #000000"><span style="color: #000000"><span style="color: #ffffff"><br />
</span> </span><span style="color: #ffffff"> </span></span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">I have no idea what the warning refers to, and I am sure that when I last did Java I never came across this, but hey! it works.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #000000"><span style="color: #000000"><span style="color: #ffffff"><br />
</span> </span><span style="color: #ffffff"> </span></span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">I will go through the little applet that I created soon, just to show you how to create a Processing applet within Eclipse, but the difference between using Eclipse and the actual Processing application is that the latter does all the work for you in creating a runnable Java applet, whilst with Eclipse you have to add the extra functions to make it a proper Java applet structure.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #000000"><span style="color: #000000"><span style="color: #ffffff"><br />
</span> </span><span style="color: #ffffff"> </span></span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">However, I personally prefer using Eclipse as I will get all the extra functionality that I need (Flash Builder plugin, other plugins, etc). Using the Processing application is just something I refuse to do &#8211; it is way too basic for me.</span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #000000"><span style="color: #000000"><span style="color: #ffffff"><br />
</span> </span><span style="color: #ffffff"> </span></span></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777">
<p style="margin: 0.0px 0.0px 0.0px 0.0px;font: 13.0px 'Lucida Sans';color: #777777"><span style="color: #ffffff">&#8212; alex</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlander.co.uk/blog/2010/01/30/using-processing-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing &#8211; come along for the ride</title>
		<link>http://www.highlander.co.uk/blog/2010/01/06/processing-come-along-for-the-ride/</link>
		<comments>http://www.highlander.co.uk/blog/2010/01/06/processing-come-along-for-the-ride/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 10:06:39 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[DreamWeaver]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computational art]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://www.highlander.co.uk/blog/?p=81</guid>
		<description><![CDATA[Like a lot of people, I suspect, I tend to buy books, download source files, and squirrel them away somewhere, saying to myself &#8211; I will read them, I will go through the files &#8211; and, inevitably, you don&#8217;t. However, this being a new year and all, I thought in order to push myself to <a href='http://www.highlander.co.uk/blog/2010/01/06/processing-come-along-for-the-ride/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Like a lot of people, I suspect, I tend to buy books, download source files, and squirrel them away somewhere, saying to myself &#8211; I will read them, I will go through the files &#8211; and, inevitably, you don&#8217;t.</p>
<p>However, this being a new year and all, I thought in order to push myself to learn something new, why not blog about it and take everybody along for the ride.</p>
<p>And for this purpose I have chosen to learn Processing &#8211; and I have also chosen to start with this book…</p>
<p>The Essential Guide to processing for Flash developers</p>
<p>By <a title="view Ira Greenberg’s biography" href="http://www.apress.com/9781430219798">Ira Greenberg</a></p>
<p>…I bought this book in pdf format from the <a rel="nofollow" href="http://www.apress.com/9781430219798" target="_blank">friendsofed</a> website recently and I will use it to to start the whole thing off &#8211; I plan to blog my experiments, problems, thoughts, etc for you all to see. I will be using an iMac 3.06 Intel Core 2 Duo, 4 Gb ram, running Snow Leopard (10.6.2).</p>
<p>Why did I choose to learn Processing? Because the artwork coming out from some people looks fantastic and it looks to be fun. Processing itself is free, and although I have yet to get to grips with the code for Processing, it is based on java, and actionscript/javascript are similar, so I am hoping it will not be too much of a headache to learn.</p>
<p>Here is the main processing website…</p>
<p><a rel="nofollow" href="http://processing.org/" target="_blank">http://processing.org/</a></p>
<p>Have a look around there and you will see what I mean.</p>
<p>Bye for now and expect to see my first experiment soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlander.co.uk/blog/2010/01/06/processing-come-along-for-the-ride/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

