7 releases
new 0.3.3 | Mar 7, 2025 |
---|---|
0.3.2 |
|
0.2.1 | Feb 23, 2025 |
0.1.3 | Feb 16, 2025 |
#221 in Images
893 downloads per month
605KB
13K
SLoC
Cubiomes-rs
A (hopefully) safe rust wrapper to generate information about minecraft seeds using the cubiomes library.
The original cubiomes library is available here: https://github.com/cubitect/cubiomes/
Installation
Use cargo to install cubiomes cargo add cubiomes
. Note that, to build
cubiomes you will also need a c compiler. For further instructions if building
cubiomes-sys doesn't work out of the box consult the cc
crates documentation.
or file an issue
Usage
For documentation and usage see docs.rs. Please also see the crate on crates.io.
Contributing
The currently the library support biome and structure generation. It cannot yet generate details about structure generation, such as layouts Feel free to submit issues or pull requests for the project. For bigger changes please open an issue to discuss them first.
Cargo features
All features are enabled by default.
cc_build
, use the cc create for building cubiomes. If not enabled cubiomes is built with make instead.image
Use the image crate to generate images of areas.
License
cubiomes-rs is licensed under the MIT license, following cubiomes.
Dependencies
~1.7–4MB
~83K SLoC