Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rparrett/bevy_simple_rich_text
A tiny, unambitious rich text helper for bevy_ui.
https://github.com/rparrett/bevy_simple_rich_text
bevy game-development rust
Last synced: 2 months ago
JSON representation
A tiny, unambitious rich text helper for bevy_ui.
- Host: GitHub
- URL: https://github.com/rparrett/bevy_simple_rich_text
- Owner: rparrett
- License: other
- Created: 2024-07-05T00:37:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T17:56:28.000Z (5 months ago)
- Last Synced: 2024-09-27T07:03:20.485Z (3 months ago)
- Topics: bevy, game-development, rust
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bevy_simple_rich_text
[![crates.io](https://img.shields.io/crates/v/bevy_simple_rich_text.svg)](https://crates.io/crates/bevy_simple_rich_text)
[![docs](https://docs.rs/bevy_simple_rich_text/badge.svg)](https://docs.rs/bevy_simple_rich_text)
[![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/book/plugin-development/#main-branch-tracking)A tiny, unambitious rich text helper for `bevy_ui`.
Inspired by a similar utility in [bevy_jam_template](https://github.com/benfrankel/bevy_jam_template).
## Usage
See [`examples/basic.rs`](./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.