yomotsu.net
日記 | ヨモツネット
http://www.yomotsu.net/wp
Http:/ www.yomotsu.net/wp/. Http:/ www.yomotsu.net/wp/? ブログ作りなおそうかなーと思って、この Webサイト をみなおしてたら、Web ページのメタ情報としてダブリンコア (RDF) を混在させていたことを思い出した。 Web ページは XHTML にしてたけど、ブログのコメントで参照先のない数値参照とか混ぜられると XML パースエラーになるし、XML だから他の語彙混在できるけど、RDF くらいしか混ぜてなかったし、XHTML 意味なかったです多分。 いまは HTML に SVG 混在できますしね。 XML で人と繋がりたいと思って FOAF 書いたけど、意味なかった多分。 いまは Facebook とか Twitter とかソーシャルサービスがいっぱいありますしね。 昔の人が XML でやりたかったことは HTML5 や Web サービスでいまできていて、結果的にはよかったんじゃないですかね。 つぎブログ作りなおすときは XHTML にはしません…。 THREEjs をつかった WebGL サンプル集つくった. HTML 5, WebGL.
metaphysicaldeveloper.wordpress.com
Implementing Minecraft in WebGL | Metaphysical Developer
https://metaphysicaldeveloper.wordpress.com/2011/12/20/implementing-minecraft-in-webgl
Skip to search - Accesskey = s. Implementing Minecraft in WebGL. By Daniel Ribeiro on December 20, 2011. TL;DR: Source here. Is an amazing piece of technology that enables browsers to natively render hardware accelerated 3d creations (yay, no o3d plugin. I’ve always been specially amazed by what Mr Doob. Has been doing with his Three.js. Framework for quite a while (in particular his participation on the ROME. Project, which I briefly talked about recently. Those crafted by OOS. 8216;s car demo. For free...
buildnewgames.com
JavaScript Physics Engines Comparison - Build New Games
http://buildnewgames.com/physics-engines-comparison
Open Web techniques for cutting-edge game development. JavaScript Physics Engines Comparison. In this article we will take a look at three popular Javascript physics libraries and one that is currently in development: box2dweb, Ammo.js, JigLibJS, and Cannon.js. For each one, a quick introduction will be given and then the library will be rated based on ease of use, performance, and feature set. Box2dweb is a port of the C box2d. That you create your own local variables for any objects you commonly use...
livelygoes3d.blogspot.com
Lively goes 3D: September 2010
http://livelygoes3d.blogspot.com/2010_09_01_archive.html
Towards a 3D Mashup Development Environment. Thursday, September 30, 2010. How to get WebGL-enabled browser. Learning WebGL blog has nice instructions. How to enable WebGL in most popular web browsers. Instructions for Google Chrome on Windows. Get the Chorme nightly build. And download chrome-win32.zip. Execute Chrome with the following command:. Chrome.exe - enable-webgl. Command line is not necessary if a shortcut with the command parameter (- enable-webgl) is created for running the Chrome. Space: Ho...
calebcohoon.blogspot.com
;-;: June 2011
http://calebcohoon.blogspot.com/2011_06_01_archive.html
Friday, June 17, 2011. Camera collision detection with Three.js and JigLibJS. With the release of Firefox 4, I was really excited to play with the support of WebGL. I never thought that a day would come that OpenGL would accessible in a web browser via JavaScript! So before I began rolling up my sleeves and getting dirty with coding my own OpenGL rendering code, I took a look around the web to see if someone already did the work for me. And I found Three.js. So again, I went searching and found JigLibJS.