voxel : tools to work with voxel generation and chunking in javascript. You can installing voxel npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install voxel $ sudo npm install -g voxel
If want to update the voxel package execute the command as below,
$ sudo npm update voxel
Update package globally,
$ npm install -g voxel
$ sudo git clone https://github.com/rektide/voxel.git
$ sudo npm install -g ./voxel
voxel@0.5.0 /usr/lib/node_modules/voxel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall voxel
| Package Name | voxel |
| Version | 0.5.0 |
| Description | tools to work with voxel generation and chunking in javascript |
| Released Date | 2015-02-13T02:47:47.676Z |
| Published by | deathcap |
| How to Learn | https://www.npmjs.com/package/voxel/tutorial |