1 unstable release
0.1.0 | Jul 5, 2024 |
---|
#2078 in Game dev
29KB
184 lines
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.
Dependencies
~41–81MB
~1.5M SLoC