charles-cai / voxel-engine

3d voxel engine using three.js (webgl). work in progress

Home Page:http://maxogden.github.com/voxel-engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voxel-engine

a voxel engine in javascript using three.js

still in beta and super hacky

soon more information will be available at http://voxeljs.com

associated modules/plugins:

demos:

example

var voxel = require('voxel')
var createGame = require('voxel-engine')
var game = createGame({
  chunkSize: 32,
  chunks: 32,
  generateVoxelChunk: voxel.generator['Hilly Terrain']
})
game.appendTo('#container')
game.requestPointerLock()

get it running

cd voxel-engine
npm install
npm install browserify -g
make
npm start

compile on file changes

make watch

license

BSD

About

3d voxel engine using three.js (webgl). work in progress

http://maxogden.github.com/voxel-engine