chocodye

Crates.iochocodye
lib.rschocodye
version1.1.2
sourcesrc
created_at2023-06-03 12:57:01.64263
updated_at2024-11-17 00:45:57.49724
descriptionA Rust library for changing the color of the chocobos' plumage in Final Fantasy XIV.
homepage
repositoryhttps://github.com/ShE3py/chocodye/
max_upload_size
id881600
size115,292
(ShE3py)

documentation

README

chocodye

A Rust library for changing the color of the chocobos' plumage in Final Fantasy XIV.

Current version License Minimum Supported Rust Version Documentation

This repository also includes language-agnostic files such as dyes.xml and Fluent translation lists. Furthermore, a live version using WebAssembly is available on this web page.

Documentation

Latest version: https://docs.rs/chocodye/

Cargo Features

  • fluent: enables localization through Fluent.
  • truecolor: enables text to be colored in the terminal.

Examples

List of colors:

cargo run --example truecolor -- en

Result of running the truecolor example

Sample menu:

cargo run --example menu -- en

Result of running the menu example

The displayed language can be changed by replacing en with fr, de or jp. Please note that for colors to be displayed under Windows, this command must first be run:

set COLORTERM=truecolor

See the documentation for chocodye::ansi_text.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 97

cargo fmt