Skip to content

Commit

Permalink
Add cosmic text scene integration to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinMReppert committed Dec 2, 2024
1 parent 07d30e0 commit eebe5d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ A separate Linebender integration for playing Lottie animations is available thr

A separate Linebender integration for rendering raw scenes or Lottie and SVG files in [Bevy] through [`bevy_vello`](https://github.com/linebender/bevy_vello).

### Cosmic Text

An example scene demonstrating the integration between COSMIC text for font loading and text layout through [COSMIC Text Scene](https://github.com/linebender/vello/blob/main/examples/scenes/src/cosmic_text_scene.rs).
This scene can be run with:

```shell
cargo run --package with_winit --features cosmic_text -- --test-scenes
````

## Examples

Our examples are provided in separate packages in the [`examples`](https://github.com/linebender/vello/tree/main/examples) directory.
Expand Down

0 comments on commit eebe5d5

Please sign in to comment.