mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-22 09:26:33 +11:00
Update README.md
This commit is contained in:
parent
6e11fab286
commit
749660da34
1 changed files with 2 additions and 4 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue