Skip to content

Commit

Permalink
docs: update crates (#51)
Browse files Browse the repository at this point in the history
Adds `vello_svg`, `velato`, `parley`, and `fontique`. Closes #43.
  • Loading branch information
simbleau authored May 14, 2024
1 parent 34ee60d commit 37dbaa6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ These crates are under active development.

This crate provides a set of shared types for concepts that are important for drawing/stroking paths, but excluding the path geometry itself (which can be found in [`kurbo`][kurbo]). It includes types for brush styles (including gradient) and color.

The following crates are not part of the `xilem`/`vello` stack, but are under active development.

- [`velato`][velato] - A crate that renders Lottie animations to `vello`.
- [`parley`][parley] - A crate for rich text layouts. It is backed by [`swash`][swash].
- [`fontique`][fontique] - A crate for font enumeration and fallback. Used by `parley`.
- [`velato`][velato] - A crate that converts Lottie animations to `vello` scenes for rendering.
- [`vello_svg`][vello_svg] - A crate that converts SVG documents to `vello` scenes for rendering.
- [`norad`][norad] - A crate for reading, writing, and manipulating [Unified Font Object] files, a common font-design format.

## Crates (passively maintained)
Expand Down Expand Up @@ -90,6 +91,10 @@ The following crates are not part of the `xilem`/`vello` stack, but are under ac
[xilem]: https://github.com/linebender/xilem
[2d.graphics]: https://github.com/linebender/2d.graphics
[velato]: https://github.com/linebender/velato
[vello_svg]: https://github.com/linebender/vello_svg
[parley]: https://github.com/linebender/parley
[fontique]: https://github.com/linebender/parley/tree/main/fontique
[swash]: https://github.com/dfrg/swash
[norad]: https://github.com/linebender/norad
[peniko]: https://github.com/linebender/peniko
[druid-widget-nursery]: https://github.com/linebender/druid-widget-nursery
Expand Down

0 comments on commit 37dbaa6

Please sign in to comment.