Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.