TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mr.doob adds WebGL Minecraft demo to three.js

29 pointsby ranzaover 14 years ago

6 comments

mrdoob2over 14 years ago
Mindcraft -&#62; Minecraft. tree.js -&#62; three.js. webgl -&#62; WebGL. Mr. Doob -&#62; Mr.doob.<p>:D
评论 #1975142 未加载
MrNibblesover 14 years ago
<i>Instructions under OSX</i><p><i>To get this working in Webkit Nightly - webkit.org</i><p>1. install Webkit Nightly from <a href="http://nightly.webkit.org/" rel="nofollow">http://nightly.webkit.org/</a><p>2. paste the following into terminal: defaults write com.apple.Safari WebKitWebGLEnabled -bool YES<p>3. visit the link (this has minor render issues for me under webkit)<p><i>To get it working in Chromium:</i><p>1. first install latest chromium from: <a href="http://build.chromium.org/f/chromium/snapshots/chromium-rel-mac/" rel="nofollow">http://build.chromium.org/f/chromium/snapshots/chromium-rel-...</a><p>2. Drag into Applications folder<p>3. launch from terminal using: ./Chromium.app/Contents/MacOS/Chromium --enable-webgl<p>4. visit the link<p>You might want to check out <a href="http://www.chromium.org/developers/demos-gpu-acceleration-and-webgl" rel="nofollow">http://www.chromium.org/developers/demos-gpu-acceleration-an...</a> for some more awesome webGL demos.<p>or, mrdoob's awesome site of course: <a href="http://mrdoob.com/" rel="nofollow">http://mrdoob.com/</a>
spacemanakiover 14 years ago
I'm getting "Uncaught ReferenceError: Float32Array is not defined" on Chrome on OS X. Anyone else get it to work?
评论 #1975266 未加载
评论 #1975062 未加载
评论 #1975237 未加载
评论 #1975421 未加载
viraptorover 14 years ago
On the daily minefield (4.0b8pre from today, ubuntu 10.10, i3 gpu), I get only a flash of some triangles the first time I open the page. Otherwise it's completely empty :( Other webgl demos work well.
maushuover 14 years ago
Getting "Could not initialise shaders VALIDATE_STATUS: false, gl error [0]" on chromium 10, I think it might be related to the probable lack of shader support in the graphics card of this computer.
cdrover 14 years ago
Fair warning: froze my browser.