<?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: Canvas in 3D</title>
	<atom:link href="http://ajaxian.com/archives/canvas-in-3d/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/canvas-in-3d</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: 123123123123</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-285474</link>
		<dc:creator>123123123123</dc:creator>
		<pubDate>Thu, 25 Nov 2010 12:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-285474</guid>
		<description>hi, I forwarded this articl, http://html3d.com/archives/2010/11/html-page-canvas-in-full3d/</description>
		<content:encoded><![CDATA[<p>hi, I forwarded this articl, <a href="http://html3d.com/archives/2010/11/html-page-canvas-in-full3d/" rel="nofollow">http://html3d.com/archives/2010/11/html-page-canvas-in-full3d/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YangombiUmpakati</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-272019</link>
		<dc:creator>YangombiUmpakati</dc:creator>
		<pubDate>Sat, 14 Mar 2009 18:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-272019</guid>
		<description>psychedelic3D is really great! but indeed cpu intensive.. i&#039;ve had about 5 fps on chrome, 3 fps on opera and 1 on ff3.1 beta3 (and 0.3 on safari 4)</description>
		<content:encoded><![CDATA[<p>psychedelic3D is really great! but indeed cpu intensive.. i&#8217;ve had about 5 fps on chrome, 3 fps on opera and 1 on ff3.1 beta3 (and 0.3 on safari 4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulhan</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269342</link>
		<dc:creator>paulhan</dc:creator>
		<pubDate>Sat, 22 Nov 2008 11:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269342</guid>
		<description>@SchizoDuckie
Lose the attitude please, I just asked a question, and read my posts first before hitting the go button. I said already that the whatwg spec is an exercise in pain. What part of the sentence didn&#039;t you understand?
I&#039;m working on a project that I hope to release openly at some point, a Canvas railroad generator. It will need to use pretty much most of the things that are available in Canvas, so I&#039;m just looking for a shortcut. If I don&#039;t find anything, I&#039;ll write the damn thing myself. Jeez
Paul.</description>
		<content:encoded><![CDATA[<p>@SchizoDuckie<br />
Lose the attitude please, I just asked a question, and read my posts first before hitting the go button. I said already that the whatwg spec is an exercise in pain. What part of the sentence didn&#8217;t you understand?<br />
I&#8217;m working on a project that I hope to release openly at some point, a Canvas railroad generator. It will need to use pretty much most of the things that are available in Canvas, so I&#8217;m just looking for a shortcut. If I don&#8217;t find anything, I&#8217;ll write the damn thing myself. Jeez<br />
Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SchizoDuckie</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269304</link>
		<dc:creator>SchizoDuckie</dc:creator>
		<pubDate>Fri, 21 Nov 2008 08:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269304</guid>
		<description>@paulhan

I clicked a couple of links on Peterned&#039;s link and came here. Coul couldn&#039;t find this?

http://www.whatwg.org/specs/web-apps/current-work/#the-canvas-element</description>
		<content:encoded><![CDATA[<p>@paulhan</p>
<p>I clicked a couple of links on Peterned&#8217;s link and came here. Coul couldn&#8217;t find this?</p>
<p><a href="http://www.whatwg.org/specs/web-apps/current-work/#the-canvas-element" rel="nofollow">http://www.whatwg.org/specs/web-apps/current-work/#the-canvas-element</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulhan</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269294</link>
		<dc:creator>paulhan</dc:creator>
		<pubDate>Thu, 20 Nov 2008 18:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269294</guid>
		<description>@SchizoDuckie
Canvas IS the API…. What more do you want?

A full list of the functions and parameters required would be nice.
Something like php.net or jquery.com

@Peterned
Thanks, that was the first place I visited. There&#039;s some good stuff there, but just what was needed to get the demonstrations working. There&#039;s a fair bit more to canvas than just that. At the minute, most of what I&#039;m learning is by looking through processing.js, and getting the function calls there. The html canvas spec is an exercise in pain.</description>
		<content:encoded><![CDATA[<p>@SchizoDuckie<br />
Canvas IS the API…. What more do you want?</p>
<p>A full list of the functions and parameters required would be nice.<br />
Something like php.net or jquery.com</p>
<p>@Peterned<br />
Thanks, that was the first place I visited. There&#8217;s some good stuff there, but just what was needed to get the demonstrations working. There&#8217;s a fair bit more to canvas than just that. At the minute, most of what I&#8217;m learning is by looking through processing.js, and getting the function calls there. The html canvas spec is an exercise in pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lon42</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269287</link>
		<dc:creator>Lon42</dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269287</guid>
		<description>Peter most certainly is the man.
But the iPhone is the device.

I&#039;ve created a kind of a ripp-off of Peter&#039;s picturewall purely based on CSS-transformations, -animations and a tiny bit of JavaScript.

You can see it here: http://quento.q42.net/FotoWall/index.html
Warning: iPhone or iPodTouch (or simulator) only.

My apologies for the 750KB PNG.</description>
		<content:encoded><![CDATA[<p>Peter most certainly is the man.<br />
But the iPhone is the device.</p>
<p>I&#8217;ve created a kind of a ripp-off of Peter&#8217;s picturewall purely based on CSS-transformations, -animations and a tiny bit of JavaScript.</p>
<p>You can see it here: <a href="http://quento.q42.net/FotoWall/index.html" rel="nofollow">http://quento.q42.net/FotoWall/index.html</a><br />
Warning: iPhone or iPodTouch (or simulator) only.</p>
<p>My apologies for the 750KB PNG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peterned</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269273</link>
		<dc:creator>Peterned</dc:creator>
		<pubDate>Thu, 20 Nov 2008 08:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269273</guid>
		<description>@paulhan,
There&#039;s a tutorial/ref over at the mozilla developer center; https://developer.mozilla.org/en/Canvas_tutorial</description>
		<content:encoded><![CDATA[<p>@paulhan,<br />
There&#8217;s a tutorial/ref over at the mozilla developer center; <a href="https://developer.mozilla.org/en/Canvas_tutorial" rel="nofollow">https://developer.mozilla.org/en/Canvas_tutorial</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Menno</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269272</link>
		<dc:creator>Menno</dc:creator>
		<pubDate>Thu, 20 Nov 2008 08:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269272</guid>
		<description>Very cool. Peter is definitely the man.</description>
		<content:encoded><![CDATA[<p>Very cool. Peter is definitely the man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SchizoDuckie</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269271</link>
		<dc:creator>SchizoDuckie</dc:creator>
		<pubDate>Thu, 20 Nov 2008 08:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269271</guid>
		<description>@paulhan: 
Canvas IS the  API.... What more do you want?</description>
		<content:encoded><![CDATA[<p>@paulhan:<br />
Canvas IS the  API&#8230;. What more do you want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulhan</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269263</link>
		<dc:creator>paulhan</dc:creator>
		<pubDate>Thu, 20 Nov 2008 01:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269263</guid>
		<description>+1 for the epilepsy warning. This is awesome. It can only be a matter of time before full featured CAD programs are built where people can collaborate right there in the browser. Amazingly, after 100 Google hits, I still can&#039;t find an API for Canvas, that just lists the functions available and the parameters required. Has anybody else found one?</description>
		<content:encoded><![CDATA[<p>+1 for the epilepsy warning. This is awesome. It can only be a matter of time before full featured CAD programs are built where people can collaborate right there in the browser. Amazingly, after 100 Google hits, I still can&#8217;t find an API for Canvas, that just lists the functions available and the parameters required. Has anybody else found one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arapehl</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269249</link>
		<dc:creator>arapehl</dc:creator>
		<pubDate>Wed, 19 Nov 2008 19:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269249</guid>
		<description>jaw = drop</description>
		<content:encoded><![CDATA[<p>jaw = drop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonhartmann</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269248</link>
		<dc:creator>jonhartmann</dc:creator>
		<pubDate>Wed, 19 Nov 2008 18:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269248</guid>
		<description>very nice.</description>
		<content:encoded><![CDATA[<p>very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269235</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Wed, 19 Nov 2008 17:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269235</guid>
		<description>Wow...!
GREAT work...!! :P</description>
		<content:encoded><![CDATA[<p>Wow&#8230;!<br />
GREAT work&#8230;!! :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269230</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Wed, 19 Nov 2008 16:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269230</guid>
		<description>Pretty solid work. The mouse click needs a little more work but the foundation is solid</description>
		<content:encoded><![CDATA[<p>Pretty solid work. The mouse click needs a little more work but the foundation is solid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SchizoDuckie</title>
		<link>http://ajaxian.com/archives/canvas-in-3d/comment-page-1#comment-269228</link>
		<dc:creator>SchizoDuckie</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5149#comment-269228</guid>
		<description>Note to the eplilepsy patients overhere, please do not open the psychedelic link if you don&#039;t want to have a seisure :-P

Peter is the man _/-\o_</description>
		<content:encoded><![CDATA[<p>Note to the eplilepsy patients overhere, please do not open the psychedelic link if you don&#8217;t want to have a seisure :-P</p>
<p>Peter is the man _/-\o_</p>
]]></content:encoded>
	</item>
</channel>
</rss>

