Skip to content

Commit

Permalink
Rename project to voxel-engine-stackgl
Browse files Browse the repository at this point in the history
Branch from max-mapper/voxel-engine#103 ndarray
  • Loading branch information
deathcap committed Apr 11, 2015
1 parent 038c12f commit 9655114
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# voxel-engine
# voxel-engine-stackgl

## A voxel engine in javascript using three.js
## A voxel engine in javascript using stackgl

**An experimental port of [voxel-engine](https://github.com/maxogden/voxel-engine) replacing [three.js](http://threejs.org) with [stackgl](http://stack.gl)**

**Caution: not all of the functionality of the three.js-based voxel-engine is implemented,
documentation may be outdated, and the API may be unstable. Pull requests to improve this
situation are greatly welcomed.**

---

Learn more at http://voxeljs.com

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "voxel-engine",
"description": "make games with voxel.js",
"name": "voxel-engine-stackgl",
"description": "make games with voxel.js and stackgl",
"version": "0.20.1",
"repository": {
"type": "git",
"url": "[email protected]:maxogden/voxel-engine.git"
"url": "[email protected]:deathcap/voxel-engine-stackgl.git"
},
"contributors": [
"Max Ogden <[email protected]> (https://github.com/maxogden)",
Expand Down

0 comments on commit 9655114

Please sign in to comment.