Skip to content

Commit

Permalink
docs: update integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jan 19, 2024
1 parent 34a6dce commit c989aca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ cargo run -p with_winit

### SVG

This repository also includes [`vello_svg`](./integrations/vello_svg/), which supports converting
a [`usvg`](https://crates.io/crates/usvg) `Tree` into a Vello scene.
This repository also includes [`vello_svg`](./integrations/vello_svg/), which supports converting a [`usvg`](https://crates.io/crates/usvg) `Tree` into a Vello scene.

This is currently incomplete; see its crate level documentation for more information.

Expand All @@ -41,6 +40,11 @@ This is used in the [winit](#winit) example for the SVG rendering.

A separate integration for playing Lottie animations is available through the [`velato`](https://github.com/linebender/velato) crate.

### Community

- [bevy-vello](https://github.com/vectorgameexperts/bevy-vello): A bevy integration to render lottie or svg files
- [vellottie](https://github.com/vectorgameexperts/vellottie): A non-serde lottie stepthrough parser and runtime for lottie files, with a mirror'ed runtime of velato

## Examples

Our examples are provided in separate packages in the [`examples`](examples) folder.
Expand Down

0 comments on commit c989aca

Please sign in to comment.