From 6bdf2fdc27f016a590a7385ea66a2941ccc6eb4a Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau, M.Sc. (he/him)" Date: Thu, 20 Jul 2023 19:27:52 -0400 Subject: [PATCH 1/4] Add bevy_vello in README integrations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 661184d..09f8e19 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ This is currently incomplete; see its crate level documentation for more informa This is used in the [winit](#winit) example for the SVG rendering. +### bevy_vello + +A separate integration for rendering lottie and SVG files in Bevy is available through the [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello) crate. + ## Examples Our examples are provided in separate packages in the [`examples`](examples) folder. From 3f1389226a7973e734aa53d373cca85e58ea122b Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau, M.Sc. (he/him)" Date: Thu, 20 Jul 2023 20:10:29 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09f8e19..7ffcc69 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ This is currently incomplete; see its crate level documentation for more informa This is used in the [winit](#winit) example for the SVG rendering. -### bevy_vello +### Bevy -A separate integration for rendering lottie and SVG files in Bevy is available through the [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello) crate. +This repository contains a minimal example [with_bevy](./examples/with_bevy/). There is also a separate integration for rendering lottie and SVG files in Bevy is available through the [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello) crate. ## Examples From 31a22e4d9e46c338d626223e06646f86f2f5898f Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau, M.Sc. (he/him)" Date: Fri, 21 Jul 2023 09:03:07 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ffcc69..bb3b4fa 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This is used in the [winit](#winit) example for the SVG rendering. ### Bevy -This repository contains a minimal example [with_bevy](./examples/with_bevy/). There is also a separate integration for rendering lottie and SVG files in Bevy is available through the [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello) crate. +This repository contains a minimal example [with_bevy](./examples/with_bevy/). There is also a separate community integration for rendering lottie and SVG files through [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello). ## Examples From 749660da34f603ecc17d41ee86850d505a6e5fa9 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau, M.Sc. (he/him)" Date: Fri, 21 Jul 2023 09:05:18 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5cb624..f2e2ea3 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,6 @@ 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. -### Bevy - -This repository contains a minimal example [with_bevy](./examples/with_bevy/). There is also a separate community integration for rendering lottie and SVG files through [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello). - ## Examples Our examples are provided in separate packages in the [`examples`](examples) folder. @@ -80,6 +76,8 @@ This currently draws to a [`wgpu`] `Texture` using `vello`, then uses that textu cargo run -p with_bevy ``` +There is also a separate community integration for rendering lottie and SVG files through [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello). + ## Platforms We aim to target all environments which can support WebGPU with the [default limits](https://www.w3.org/TR/webgpu/#limits).