<?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>BLACKBING &#187; canvas</title>
	<atom:link href="http://blog.blackbing.net/category/canvas/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blackbing.net</link>
	<description>紀錄一些生活或工作的雜事，偶爾會寫一些前端開發的心得</description>
	<lastBuildDate>Sun, 15 Aug 2010 06:24:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>O3D Intro</title>
		<link>http://blog.blackbing.net/2010/02/28/o3d-intro/</link>
		<comments>http://blog.blackbing.net/2010/02/28/o3d-intro/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:00:21 +0000</pubDate>
		<dc:creator>BLACKBING</dc:creator>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[o3d]]></category>

		<guid isPermaLink="false">http://blog.blackbing.net/?p=423</guid>
		<description><![CDATA[O3D這個東西大約在一年前google 就release出來了，雖然效能還比不上flash，但相信以javascript的執行效能不斷攀升且各家大廠相繼投入的成果，一定會促使著3d WEB蓬勃發展的，以下紀錄一些目前為止的相關資訊。 有關O3d的介紹可以參考droger的文章： Google 發表跨平台O3D Web瀏覽器3D技術 O3D plugin 下載 google O3D API O3D game DEMO： http://blog.largeanimal.com/demo/ O3D Home Designer 目前測試過的結果：在windows上裝了plugin之後可以在IE和firefox上運行，而windows版的chrome4.0版以上可以直接運作，而linux上的版本我還在嘗試build起來，之後有測試結果在做報告。 WEB 2D的發展已經愈來愈成熟了，SVG和canvas幾乎是複雜的2D處理的首選，也可以做到複雜的動畫處理。而O3D的出現，加快了WEB3D的發展，這應該也有助於未來chrome OS的推動，但是要吸引廠商來做相關應用程式的開發也還要在觀望，畢竟chrome OS在市場上的定位還是比較獨特的，如何擴大市場也是個難題。 http://o3d.googlecode.com/svn/trunk/samples/home-configurators/homedesigner.html]]></description>
			<content:encoded><![CDATA[<p>O3D這個東西大約在一年前google 就release出來了，雖然效能還比不上flash，但相信以javascript的執行效能不斷攀升且各家大廠相繼投入的成果，一定會促使著3d WEB蓬勃發展的，以下紀錄一些目前為止的相關資訊。</p>

<ul>
	<li>有關O3d的介紹可以參考<a href="http://blog.blackbing.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Ryb2dlci5waXhuZXQubmV0" target=\"_blank\">droger</a>的文章： <a href="http://blog.blackbing.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Ryb2dlci5waXhuZXQubmV0L2Jsb2cvcG9zdC8yMzcxMDE5Mg==" target=\"_blank\">Google 發表跨平台O3D Web瀏覽器3D技術</a></li>
	<li><a href="http://blog.blackbing.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3Rvb2xzLmdvb2dsZS5jb20vZGxwYWdlL28zZC9ldWxhLmh0bWw=" target=\"_blank\">O3D plugin 下載</a></li>
	<li><a href="http://blog.blackbing.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9pbnRsL3poLVRXL2FwaXMvbzNkLw==" target=\"_blank\">google O3D API</a></li>
	<li>O3D game DEMO： 
<ul>
	<li><span style="font-size: small;"><a href="http://blog.blackbing.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Jsb2cubGFyZ2VhbmltYWwuY29tL2RlbW8v">http://blog.largeanimal.com/demo/</a></span></li>
	<li><span style="font-size: small;"><a href="http://blog.blackbing.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL28zZC5nb29nbGVjb2RlLmNvbS9zdm4vdHJ1bmsvc2FtcGxlcy9ob21lLWNvbmZpZ3VyYXRvcnMvaG9tZWRlc2lnbmVyLmh0bWw=" target=\"_blank\">O3D Home Designer</a><br />
 </span></li>
</ul>
</li>
</ul>

<p>目前測試過的結果：在windows上裝了plugin之後可以在IE和firefox上運行，而windows版的chrome4.0版以上可以直接運作，而linux上的版本我還在嘗試build起來，之後有測試結果在做報告。</p>

<p>WEB 2D的發展已經愈來愈成熟了，SVG和canvas幾乎是複雜的2D處理的首選，也可以做到複雜的動畫處理。而O3D的出現，加快了WEB3D的發展，這應該也有助於未來chrome OS的推動，但是要吸引廠商來做相關應用程式的開發也還要在觀望，畢竟chrome OS在市場上的定位還是比較獨特的，如何擴大市場也是個難題。</p>

<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 54px; width: 1px; height: 1px;">http://o3d.googlecode.com/svn/trunk/samples/home-configurators/homedesigner.html</div> <img src="http://blog.blackbing.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=423" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.blackbing.net/2010/02/28/o3d-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
