Skip to content

Commit e8042d0

Browse files
committed
Add link to zulip and change reference to resvg
1 parent 568fe56 commit e8042d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ A companion for Bézier path representation and geometry is [kurbo].
1010

1111
## Roadmap
1212

13-
Since the project is in its infant stages, there's not currently a set roadmap. For a good idea of what the library will eventually be capable of see [this list] of requirements to be a backend 2D graphics library for the SVG rendering library resvg.
13+
Since the project is in its infant stages, there's not currently a set roadmap. For a good idea of what the library will eventually be capable of see [this list][resvg backend requirements] of requirements to be a backend 2D graphics library for the SVG rendering library resvg.
1414

1515
## Contributing
1616

1717
Contributions are welcome! It's in early stages, so there are lots of opportunities to fill things out.
1818

19+
You can find other collaborators at [xi.zulipchat.com][zulip] under the #druid stream.
20+
1921
## Inspirations
2022

2123
Piet's interface is largely inspired by the [Skia Graphics Library] as well as the [C++ 2D graphics api proposal] although piet aims to be much more lightweight and modular.
@@ -27,7 +29,8 @@ The library is of course named after [Piet Mondrian]. It's abstract and hopefull
2729
[blog post]: https://raphlinus.github.io/rust/graphics/2018/10/11/2d-graphics.html
2830
[druid]: https://github.com/xi-editor/druid
2931
[kurbo]: https://github.com/linebender/kurbo
30-
[this list]: https://github.com/RazrFalcon/resvg/blob/master/docs/backend_requirements.md
32+
[resvg backend requirements]: https://github.com/RazrFalcon/resvg/blob/master/docs/backend_requirements.md
33+
[zulip]: https://xi.zulipchat.com
3134
[Skia Graphics Library]: https://skia.org
3235
[C++ 2D graphics api proposal]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0267r8.pdf
3336
[Piet Mondrian]: https://en.wikipedia.org/wiki/Piet_Mondrian

0 commit comments

Comments
 (0)