You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@ A companion for Bézier path representation and geometry is [kurbo].
10
10
11
11
## Roadmap
12
12
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.
14
14
15
15
## Contributing
16
16
17
17
Contributions are welcome! It's in early stages, so there are lots of opportunities to fill things out.
18
18
19
+
You can find other collaborators at [xi.zulipchat.com][zulip] under the #druid stream.
20
+
19
21
## Inspirations
20
22
21
23
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
0 commit comments