0.2.3 • Published 10 years ago

voxel-land v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

voxel-land

A terrain generator combining several landform features. Grass, dirt, stone, trees.

Trees are provided by voxel-forest, and the overall grass surface by Perlin noise (similar to voxel-perlin-terrain:

screenshot

Beneath the grass is dirt, and then all chunks below are stone:

screenshot

screenshot

Usage

Load with voxel-plugins. Requires the voxel-registry plugin to be loaded as well.

voxel-land generates chunks as ndarrays, so it requires voxel-engine-stackgl (voxel-land 0.1.0 and earlier were for voxel-engine).

The voxel-engine-stackgl game options should have generateChunks: false. voxel-land will listen on game.voxel for the missingChunk event and generate the new chunks. The generator can be unregistered by disabling the plugin.

License

MIT

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

12 years ago