an open source voxel game building toolkit for modern web browsers

oakland, CA
5 new modules this week! voxeljs.com/ including voxel-storage by @rolnaaba, voxel-drone by @shama + minecraft-skin by @maxogden
2
voxel.js retweeted
Go fly voxel-drone v0.1.0! shama.github.com/voxel-drone… @voxeljs :D http://t.co/HQSXcLCV
3
3
want to build Minecraft in the browser? there is lib for that :) goo.gl/4C5fs
1
updated the hello world example on voxeljs.com to make sure the pointer lock behavior is correct cc @shamakry @substack
1
voxel.js retweeted
Want different sided voxels? Try github.com/shama/voxel-textu… /cc @voxeljs http://t.co/0kxSqI1M
1
1
the drone flight simulator by @shamakry is coming along nicely
1
1
just had the first voxel.js hacking meetup in Oakland! WOOWOO!
1
2
tweet photos at me with things you make in voxel js demos please!
1
1
voxel.js retweeted
Why I love the Internet: The other day I was thinking about a javascript engine for minecraft-style games. Today I see: voxeljs.com/
1
1
Thank you @jllord for designing our awesome website voxeljs.com
1
here is a picture of @izs beta testing our horse themed multiplayer server. he made a sweet bridge http://t.co/ObaC72GZ
the simplex terrain module (based on code from github.com/jwagner/voxelworl…) makes floating islands http://t.co/uOfTLmBp
voxel.js retweeted
Replying to @maxogden
@maxogden @voxeljs @substack you should make the homepage itself a 100% voxel game of some sort! :)
1
var r = Math.sqrt(x*x + z*z); return r < 40 && y < 5 * Math.sin(r) * Math.pow(r,-0.5) http://t.co/cjUVwW44
var s = 2.0 * Math.PI / 32.0; return Math.sin(s * x) + Math.sin(s * y) + Math.sin(s * z) < 0 ? 1 : 0; http://t.co/uiqJHwmG
oops! http://t.co/gvY6f8uq
woot! voxel.js is now two weeks old exactly github.com/maxogden/voxel-en…
1
9
5