<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Processing.js: Port of the Processing language to JavaScript and Canvas</title>
	<atom:link href="http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: F1LT3R</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-268545</link>
		<dc:creator>F1LT3R</dc:creator>
		<pubDate>Thu, 30 Oct 2008 11:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-268545</guid>
		<description>I think Proceesing.js is a great idea. Personally I am not an applet or Flash fan as they are not transparent (metaphorically speaking). I have used the Canvas element on a freelance project for a large yachting company, so I can tell you that it is cross-browser. Processing.js is not completely cross-browser yet, but it is getting there because people enjoy using it.

I&#039;ve been playing with it now for a couple of months and I&#039;m getting some great results. If you&#039;re interested in seeing what I have been doing with Processing.js, please come by and check out my experiments: http://hyper-metrix.com/processing/docs/

There is also a Processing.js Google Group which has some interesting topics. http://groups.google.com/group/processingjs</description>
		<content:encoded><![CDATA[<p>I think Proceesing.js is a great idea. Personally I am not an applet or Flash fan as they are not transparent (metaphorically speaking). I have used the Canvas element on a freelance project for a large yachting company, so I can tell you that it is cross-browser. Processing.js is not completely cross-browser yet, but it is getting there because people enjoy using it.</p>
<p>I&#8217;ve been playing with it now for a couple of months and I&#8217;m getting some great results. If you&#8217;re interested in seeing what I have been doing with Processing.js, please come by and check out my experiments: <a href="http://hyper-metrix.com/processing/docs/" rel="nofollow">http://hyper-metrix.com/processing/docs/</a></p>
<p>There is also a Processing.js Google Group which has some interesting topics. <a href="http://groups.google.com/group/processingjs" rel="nofollow">http://groups.google.com/group/processingjs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: camaris</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-264019</link>
		<dc:creator>camaris</dc:creator>
		<pubDate>Thu, 22 May 2008 20:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-264019</guid>
		<description>I like he processing.js library very much. Not that powerfull as processing itself (3D, very fast, ...). But ideal to get to know probably the best software fo digital artistic experiments.

Here is my first processing.js example:
&lt;a href=&#039;http://server.camaris.be/php/jpg/versie2/sine4.html&#039; rel=&quot;nofollow&quot;&gt;rotating music artist circle&lt;/a&gt; or http://server.camaris.be/php/jpg/versie2/sine4.html</description>
		<content:encoded><![CDATA[<p>I like he processing.js library very much. Not that powerfull as processing itself (3D, very fast, &#8230;). But ideal to get to know probably the best software fo digital artistic experiments.</p>
<p>Here is my first processing.js example:<br />
<a href='http://server.camaris.be/php/jpg/versie2/sine4.html' rel="nofollow">rotating music artist circle</a> or <a href="http://server.camaris.be/php/jpg/versie2/sine4.html" rel="nofollow">http://server.camaris.be/php/jpg/versie2/sine4.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JustinMeyer</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263845</link>
		<dc:creator>JustinMeyer</dc:creator>
		<pubDate>Wed, 14 May 2008 23:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263845</guid>
		<description>Why not make a JavaScript API?  But still awesome.</description>
		<content:encoded><![CDATA[<p>Why not make a JavaScript API?  But still awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263725</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Mon, 12 May 2008 11:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263725</guid>
		<description>@naikrovek: with excanvas you can do some pretty nifty things using canvas, even on IE. For example, I used it for building an hourglass with animated grains of sand and dynamically rendered sand piles that looks identical across all browsers. Runs smooth as silk.

Although I do agree that flash is a much better fit for that stuff, because I&#039;ve done things in flash that you can&#039;t do in canvas (manage thousands of individual semi-transparent dynamically-rendered drawing objects for example).</description>
		<content:encoded><![CDATA[<p>@naikrovek: with excanvas you can do some pretty nifty things using canvas, even on IE. For example, I used it for building an hourglass with animated grains of sand and dynamically rendered sand piles that looks identical across all browsers. Runs smooth as silk.</p>
<p>Although I do agree that flash is a much better fit for that stuff, because I&#8217;ve done things in flash that you can&#8217;t do in canvas (manage thousands of individual semi-transparent dynamically-rendered drawing objects for example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naikrovek</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263656</link>
		<dc:creator>naikrovek</dc:creator>
		<pubDate>Sat, 10 May 2008 10:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263656</guid>
		<description>The Canvas object is hardly widespread.  It is widespread among web developers, but very few casual internet users I know have even heard of Mozilla/Firefox/Opera/Safari.  They have lives to lead.

Processing somehow does applets correctly.  My browser doesn&#039;t even slow down when rendering them the first time after a reboot.  

You can&#039;t use the original Processing in an Adobe Air application for the same reason you can&#039;t use a #2 pencil as an umbrella.  (It wouldn&#039;t make sense.)  Besides, you wouldn&#039;t want to - Flash can do everything Processing can do and more, and Flash *IS* virtually everywhere.</description>
		<content:encoded><![CDATA[<p>The Canvas object is hardly widespread.  It is widespread among web developers, but very few casual internet users I know have even heard of Mozilla/Firefox/Opera/Safari.  They have lives to lead.</p>
<p>Processing somehow does applets correctly.  My browser doesn&#8217;t even slow down when rendering them the first time after a reboot.  </p>
<p>You can&#8217;t use the original Processing in an Adobe Air application for the same reason you can&#8217;t use a #2 pencil as an umbrella.  (It wouldn&#8217;t make sense.)  Besides, you wouldn&#8217;t want to &#8211; Flash can do everything Processing can do and more, and Flash *IS* virtually everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sciamop</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263638</link>
		<dc:creator>sciamop</dc:creator>
		<pubDate>Fri, 09 May 2008 19:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263638</guid>
		<description>Interesting. I only gave Processing a cursory glance because it was a  Java-based framework (that required a cursed Java applet to run in browser). Now that it&#039;s been ported to JS/Canvas, I&#039;ll definitely take a deeper second look. Good work!</description>
		<content:encoded><![CDATA[<p>Interesting. I only gave Processing a cursory glance because it was a  Java-based framework (that required a cursed Java applet to run in browser). Now that it&#8217;s been ported to JS/Canvas, I&#8217;ll definitely take a deeper second look. Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurian</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263624</link>
		<dc:creator>Laurian</dc:creator>
		<pubDate>Fri, 09 May 2008 14:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263624</guid>
		<description>You cannot use Processing as an applet in an Adobe AIR application, so this (canvas) is the only choice.</description>
		<content:encoded><![CDATA[<p>You cannot use Processing as an applet in an Adobe AIR application, so this (canvas) is the only choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AaronHeckmann</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263621</link>
		<dc:creator>AaronHeckmann</dc:creator>
		<pubDate>Fri, 09 May 2008 12:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263621</guid>
		<description>whether or not you think it was worthwhile, you must respect his accomplishment. Go John!</description>
		<content:encoded><![CDATA[<p>whether or not you think it was worthwhile, you must respect his accomplishment. Go John!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eskimoblood</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263615</link>
		<dc:creator>eskimoblood</dc:creator>
		<pubDate>Fri, 09 May 2008 07:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263615</guid>
		<description>I don&#039;t think it&#039;s a waste of time cause using processing or the canvas are two different thinks. As the use of processing in the last years turn away from simple applets to application for vjing, installation, fabbing and so on. I don&#039;t know about the performance of the canvas object but the js examples run smooth as the applets. Also you can easier communicate between html elements and the canvas.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it&#8217;s a waste of time cause using processing or the canvas are two different thinks. As the use of processing in the last years turn away from simple applets to application for vjing, installation, fabbing and so on. I don&#8217;t know about the performance of the canvas object but the js examples run smooth as the applets. Also you can easier communicate between html elements and the canvas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: triptych</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263614</link>
		<dc:creator>triptych</dc:creator>
		<pubDate>Fri, 09 May 2008 06:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263614</guid>
		<description>You are missing the point. Canvas is &#039;native&#039; to the browser and doesnt need to have a huge memory hogging java applet. This way the processing language is available to many more folks who may not have java installed, and folks who may have been turned off to processing because of the java requirement.

I could see other folks taking this and porting it to actionscript or silverlight as well... the more runtimes the better.</description>
		<content:encoded><![CDATA[<p>You are missing the point. Canvas is &#8216;native&#8217; to the browser and doesnt need to have a huge memory hogging java applet. This way the processing language is available to many more folks who may not have java installed, and folks who may have been turned off to processing because of the java requirement.</p>
<p>I could see other folks taking this and porting it to actionscript or silverlight as well&#8230; the more runtimes the better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naikrovek</title>
		<link>http://ajaxian.com/archives/processingjs-port-of-the-processing-language-to-javascript-and-canvas/comment-page-1#comment-263613</link>
		<dc:creator>naikrovek</dc:creator>
		<pubDate>Fri, 09 May 2008 06:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3639#comment-263613</guid>
		<description>Dion said: &quot;I look forward to seeing some fantastic visualizations in the browser thanks to this work.&quot;

Processing already existed in the browser.  It&#039;s called Processing... which is a Java applet... which runs in a browser...  

Seems like some wasted work, really.  A Processing file doing a lot of CPU-intensive stuff will run an order of magnitude faster in an applet.</description>
		<content:encoded><![CDATA[<p>Dion said: &#8220;I look forward to seeing some fantastic visualizations in the browser thanks to this work.&#8221;</p>
<p>Processing already existed in the browser.  It&#8217;s called Processing&#8230; which is a Java applet&#8230; which runs in a browser&#8230;  </p>
<p>Seems like some wasted work, really.  A Processing file doing a lot of CPU-intensive stuff will run an order of magnitude faster in an applet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

