Live data from Hacker News

A Minecraft-like Block Based Game Engine Using Three.js, WebGL and Node

badassjs.com

41–46 of 46 posts

Re: A Minecraft-like Block Based Game Engine Using Three.js, WebGL and Node

#41
Manic Digger, a C# open source clone of Minecraft and Ace of Spades, is also getting a WebGL version.

http://manicdigger.sourceforge.net/ - click "development news"

I make it with Script# (C# to JS converter), WebGL, and WebSockets. Both desktop OpenTK version and WebGL version can be compiled from common source.

But it's missing 2 weeks of work to finish the port.

Re: A Minecraft-like Block Based Game Engine Using Three.js, WebGL and Node

#46
post #40
post #37

Earlier quoted context omitted.

To my knowledge Firefox has had support for IndexedDB for a long time without a vendor-prefix. Why does the page claim that it doesn't? Is there a bug in the implementation? A missing feature?

Firefox doesn't support IndexedDB in web workers yet, unfortunately. See: https://bugzilla.mozilla.org/show_bug.cgi?id=701634

Thank you for info and bug number.
Post reply on HN