Rabbit Hole
A volumetric terrain engine for three.js.
Preface
This module uses modern ECMAScript features and requires one of the following browsers:
- Chrome ≥ 42
- Firefox ≥ 45
- IE Edge ≥ 13
Semantic versioning is used in this module to indicate whether an update introduces breaking changes. However, backwards-compatibility regarding ECMAScript versions is entirely neglected in favor of cleaner code and development convenience.
Installation
$ npm install rabbit-hole
Usage
// WIP
Documentation
Contributing
Maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.