Hacker News new | ask | show | jobs
by thisandthat 4265 days ago
Does anyone know what javascript libraries they're using for games like voxeltron?
2 comments

Not sure if this is what they're using but there is VoxelJS[1] - it has a very healthy plugin ecosystem so you can get a functioning game up and running quite quickly.

http://voxeljs.com/

VoxelJS is really cool, but not quite really suited to building something like Voxatron. You could however probably use straight ThreeJS, or go lib-less and roll your own WebGL system.

These games are all compiled from native languages to asm.js.

C++ game converted with emscripten to ASM.js, see above: https://news.ycombinator.com/item?id=8454988
Actually i read somewhere that this guy is programming this game in plain c.

And there was an article about this guy in polygon: http://www.polygon.com/features/2013/8/28/4460616/voxatron-l...