bevy_simple_rich_text

Crates.iobevy_simple_rich_text
lib.rsbevy_simple_rich_text
version0.1.0
sourcesrc
created_at2024-07-05 00:46:15.831082
updated_at2024-07-05 00:46:15.831082
descriptionA tiny rich text helper for Bevy
homepagehttps://github.com/rparrett/bevy_simple_rich_text
repositoryhttps://github.com/rparrett/bevy_simple_rich_text
max_upload_size
id1292246
size114,111
Rob Parrett (rparrett)

documentation

https://docs.rs/bevy_simple_rich_text

README

bevy_simple_rich_text

A tiny, unambitious rich text helper for bevy_ui.

Inspired by a similar utility in bevy_jam_template.

Usage

See examples/basic.rs.

Performance

It's probably pretty slow. I doubt you'd want to animate a bunch of text with it.

Compatibility

bevy_simple_rich_text bevy
0.1 0.14

Contributing

Please feel free to open a PR, but keep in mind this project's goals. This is meant to be simple, maintainable, and easy for users to modify and plop into their own own projects.

Please keep PRs small and scoped to a single feature or fix.

Commit count: 8

cargo fmt