<?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>Vaughan Knight - Blog &#187; Rubixel</title>
	<atom:link href="http://vaughanknight.com/topics/rubixel/feed/" rel="self" type="application/rss+xml" />
	<link>http://vaughanknight.com</link>
	<description>Technology as Artforms</description>
	<lastBuildDate>Sun, 10 Apr 2011 06:30:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>html5cube&#8211;The HTML5 Cube</title>
		<link>http://vaughanknight.com/2011/04/html5cubethe-html5-cube/</link>
		<comments>http://vaughanknight.com/2011/04/html5cubethe-html5-cube/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 00:08:08 +0000</pubDate>
		<dc:creator>Vaughan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Rubixel]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://vaughanknight.com/2011/04/html5cubethe-html5-cube/</guid>
		<description><![CDATA[I’ve been wanting to do a puzzle cube with video on each side for a long time as a tech showcase.&#160; Finally I got bored enough to do it. html5cube is a 3D puzzle cube with video on each side.&#160; Make sure you’re running IE9, Opera, or at least Chrome, and go check it out [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been wanting to do a puzzle cube with video on each side for a long time as a tech showcase.&#160; Finally I got bored enough to do it.</p>
<p>html5cube is a 3D puzzle cube with video on each side.&#160; Make sure you’re running IE9, Opera, or at least Chrome, and go check it out at <a href="http://html5cube.com/" target="_blank">html5cube.com</a>.</p>
<p>I haven’t extensively ripped it apart in many browsers, other than IE9 and Chrome.&#160; FIrefox got a real workover, and after Firefox 3 or 4 simply not able to play nice, I’ve ignored them.&#160; Their performance is crap, and I think that ends up causing all sorts of race conditions.&#160; I might look into it in the future, but this experiment isn’t for Firefox.</p>
<p><a href="http://www.vaughanknight.com/images/HTML5-Cube_8AC0/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.vaughanknight.com/images/HTML5-Cube_8AC0/image_thumb.png" width="359" height="349" /></a></p>
<p>Lessons learnt:</p>
<ul>
<li>IE9 still outperforms the other browsers when juggling more than 1 thing (matrix maths + lots of drawImage calls)</li>
<li>webm is much fatter than H.264 and OGG.&#160; I increased the encoded images by 4x, H.264 ended up SMALLER, OGG went up by about 20%, and webm went up about 3x.&#160; As such the worst video quality is webm since it’s the low res version.</li>
<li><font face="Courier New">&lt;video&gt;</font> playback varies between browser in terms of CPU priority.&#160; This means that CPU intensive JavaScript calculations can chop the video around, and other browsers the video chops the JavaScript around.&#160; Yet another metric to balance.</li>
<li><a href="https://github.com/mrdoob/three.js/" target="_blank">Three.js</a> is excellent.</li>
<li>Canvas rendering (as per my previous post) leave visual artifacts and different approaches in each browser.&#160; Anti aliasing, and texture resizing all differ and it causes changing visuals.&#160; IE9 tends to look the best, but I think that’s half good management, half convenient accident.</li>
<li>It’s on canvas, and I think every browser that has WebGL support is ignoring canvas performance completely.&#160; I still am surprised at Chrome’s poor scaling with pixel count.</li>
<li>Cubes are still very very awesome.</li>
<li>Cubes that have video in each side are much much harder to solve.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://vaughanknight.com/2011/04/html5cubethe-html5-cube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Rubixel &#8211; Now Live</title>
		<link>http://vaughanknight.com/2008/09/project-rubixel-now-live/</link>
		<comments>http://vaughanknight.com/2008/09/project-rubixel-now-live/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 08:49:08 +0000</pubDate>
		<dc:creator>Vaughan</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Rubixel]]></category>
		<category><![CDATA[Street Fighter]]></category>
		<category><![CDATA[Hadoken]]></category>
		<category><![CDATA[Ken]]></category>
		<category><![CDATA[Ryu]]></category>

		<guid isPermaLink="false">http://vaughanknight.com/?p=21</guid>
		<description><![CDATA[People have been bugging me about getting some images of my Rubik&#8217;s cube creations.  So to avoid this blog filling up with Rubik upon Rubik, I have created Project Rubixel.  A combination of pixelisation and Rubik&#8217;s cube turning, which earned the term &#8220;a rubixelisation&#8221; or simply &#8220;a rubixel&#8221;.  Currently with 3 Rubixels on the site, [...]]]></description>
			<content:encoded><![CDATA[<p>People have been bugging me about getting some images of my Rubik&#8217;s cube creations.  So to avoid this blog filling up with Rubik upon Rubik, I have created <a title="Project Rubixel" href="http://www.rubixel.com">Project Rubixel</a>.  A combination of pixelisation and Rubik&#8217;s cube turning, which earned the term &#8220;a rubixelisation&#8221; or simply &#8220;a rubixel&#8221;.  Currently with 3 Rubixels on the site, many more to come, and many more images of the existing Rubixels.  So head on over to the <a title="Project Rubixel" href="http://www.rubixel.com">Rubixel</a> site to see more.  As a teaser, here are the Street Fighter II boys, all 700 Rubik&#8217;s cubes in full glory.</p>
<p><a href="http://www.rubixel.com"><img class="alignleft size-medium wp-image-23" title="Ryu Rubixel" src="http://vaughanknight.com/wp-content/uploads/2008/09/ryurubixel-300x225.jpg" alt="Ryu Rubixel" width="259" height="194" /></a><a href="http://www.rubixel.com"><img class="alignright size-medium wp-image-22" title="Ken Rubixel" src="http://vaughanknight.com/wp-content/uploads/2008/09/kenrubixel-300x225.jpg" alt="Ken Rubixel" width="259" height="195" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://vaughanknight.com/2008/09/project-rubixel-now-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

