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
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,29 @@ This repo is structured as a core API crate, "piet" and a separate crate for eac
9
9
10
10
A companion for Bézier path representation and geometry is [kurbo].
11
11
12
-
The library is of course named after [Piet Mondrian]. It's abstract and hopefully will be used for drawing lots of rectangles.
12
+
## Roadmap
13
+
14
+
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.
15
+
16
+
## Contributing
13
17
14
18
Contributions are welcome! It's in early stages, so there are lots of opportunities to fill things out.
15
19
20
+
You can find other collaborators at [xi.zulipchat.com][zulip] under the #druid stream.
21
+
22
+
## Inspirations
23
+
24
+
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.
25
+
26
+
## The Name
27
+
28
+
The library is of course named after [Piet Mondrian]. It's abstract and hopefully will be used for drawing lots of rectangles.
0 commit comments