7 releases

new 0.3.3 Mar 7, 2025
0.3.2 Mar 7, 2025
0.2.1 Feb 23, 2025
0.1.3 Feb 16, 2025

#221 in Images

Download history 63/week @ 2025-02-10 254/week @ 2025-02-17 143/week @ 2025-02-24 433/week @ 2025-03-03

893 downloads per month

MIT license

605KB
13K SLoC

C 12K SLoC // 0.0% comments Rust 1K SLoC // 0.1% comments Python 227 SLoC // 0.1% comments

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