Live data from Hacker News

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

badassjs.com

21–30 of 46 posts

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

#21
post #20

Earlier quoted context omitted.

Nobody draws voxels, graphics cards aren't good at them. I don't know about these engines in particular, but in minecraft everything is converted to polygon meshes.

Nobody these days, but one of my all-time favorite games is Outcast[1], which used voxels for the terrain and polygons for smaller details. All it needed was a good CPU. [1] https://en.wikipedia.org/wiki/Outcast_%28video_game%29

Haha, i had that too.. fun game.. i think the characters were polygons, though :)

Also there was https://en.wikipedia.org/wiki/Comanche_series even before Outcast. I don't think it used polygons. It was launched years before 3D graphics cards, too..

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

#24
post #5

A friend of mine made something similar, plus multiplayer support (and minus gravity): http://benvanik.github.com/blk-game/

are there any public servers that we could connect to?

just mine: ws://107.21.150.140:1338

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

#25
post #24

Earlier quoted context omitted.

are there any public servers that we could connect to?

just mine: ws://107.21.150.140:1338

this is incredible: I created the server and seconds ago, people were already building. The power of Minecraft: http://www.youtube.com/watch?v=OIwUoT4hOcs

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

#26
post #25
post #24

Earlier quoted context omitted.

just mine: ws://107.21.150.140:1338

this is incredible: I created the server and seconds ago, people were already building. The power of Minecraft: http://www.youtube.com/watch?v=OIwUoT4hOcs

Haha, it's a nice place! I finished someones house and then made a lake beside it :) Now I want to live there ;)

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

#27
post #25
post #24

Earlier quoted context omitted.

just mine: ws://107.21.150.140:1338

this is incredible: I created the server and seconds ago, people were already building. The power of Minecraft: http://www.youtube.com/watch?v=OIwUoT4hOcs

http://web3dblog.wordpress.com/2013/01/18/bkl-and-the-minecr...

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

#28
post #26
post #25

Earlier quoted context omitted.

this is incredible: I created the server and seconds ago, people were already building. The power of Minecraft: http://www.youtube.com/watch?v=OIwUoT4hOcs

Haha, it's a nice place! I finished someones house and then made a lake beside it :) Now I want to live there ;)

+1 and like! :-)

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

#29

I'm always curious how much optimisation is required for these big voxel engines. I assume since all voxels are the same size you can just batch draw them but even so there is going to be a lot within viewing distance that may be invisible. Are they all just assigned to an octtree and then culled against the view frustum or do you really need some clever occlusion culling?

this and the follow-up post were most useful when developing the voxel.js components http://0fps.wordpress.com/2012/06/30/meshing-in-a-minecraft-...

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

#30
post #5

A friend of mine made something similar, plus multiplayer support (and minus gravity): http://benvanik.github.com/blk-game/

are there any public servers that we could connect to?

(BLK author here) Whoops - the public server I had running must have died. I'll get it running again tonight. If anyone wants their server listed just let me know! I have some directions on the site for how to get it in the listing on the page.
Post reply on HN