Crates.io | bevy_simple_rich_text |
lib.rs | bevy_simple_rich_text |
version | 0.1.0 |
source | src |
created_at | 2024-07-05 00:46:15.831082 |
updated_at | 2024-07-05 00:46:15.831082 |
description | A tiny rich text helper for Bevy |
homepage | https://github.com/rparrett/bevy_simple_rich_text |
repository | https://github.com/rparrett/bevy_simple_rich_text |
max_upload_size | |
id | 1292246 |
size | 114,111 |
A tiny, unambitious rich text helper for bevy_ui
.
Inspired by a similar utility in bevy_jam_template.
See examples/basic.rs
.
It's probably pretty slow. I doubt you'd want to animate a bunch of text with it.
bevy_simple_rich_text |
bevy |
---|---|
0.1 |
0.14 |
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.