voxel-worldgen
v1.1.0
Published
A voxel world generator written in Rust, with bindings for JavaScript
Downloads
7
Readme
node-voxel-worldgen
A voxel world generator written in Rust, with bindings for JavaScript
Usage
You'll need rust installed to compile the package. Once you've gotten it installed, just
npm install voxel-worldgen
Then, if you are using it with flying-squid, simply add voxel-worldgen as the generator inside the settings.json
!
Thanks
- dherman for writing the neon module that we use to compile the Rust bindings!
- hansihe the original creator of voxel_worldgen the code that makes this module fly!