Skip to content

Commit 60abf05

Browse files
authored
Merge pull request #12 from rylev/readme-expansion
Add relevant links to the readme
2 parents fb2ec7b + e8042d0 commit 60abf05

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,29 @@ This repo is structured as a core API crate, "piet" and a separate crate for eac
99

1010
A companion for Bézier path representation and geometry is [kurbo].
1111

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
1317

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

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.
29+
1630
[blog post]: https://raphlinus.github.io/rust/graphics/2018/10/11/2d-graphics.html
1731
[druid]: https://github.com/xi-editor/druid
1832
[kurbo]: https://github.com/linebender/kurbo
33+
[resvg backend requirements]: https://github.com/RazrFalcon/resvg/blob/master/docs/backend_requirements.md
34+
[zulip]: https://xi.zulipchat.com
35+
[Skia Graphics Library]: https://skia.org
36+
[C++ 2D graphics api proposal]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0267r8.pdf
1937
[Piet Mondrian]: https://en.wikipedia.org/wiki/Piet_Mondrian

0 commit comments

Comments
 (0)