-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation #468
Update documentation #468
Conversation
Rendered links: |
Uuuugh. Clippy thinks "PostScript" is a doc item. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a medium-depth pass, and am publishing my review now so we can keep velocity. I might have more comments later. In any case, I think it's pretty solid overall and will be very helpful to people coming to the repo. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've only skimmed through the architecture document, but it's good to get one added.
Otherwise, some parts of the readme which I think could be clarified further
Update README.md Add ARCHITECTURE.md
495791d
to
da35091
Compare
(Sorry everyone, I rebased from master and ended up doing a force push. My corrections from feedback are in the third commit.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, much improved over previous drafts, thanks! Subject to addressing the other pending review comments, I think we're good to go for an 0.1 release, then of course we will continue to incrementally improve and refine things.
> - [Major rendering artifacts when drawing more than 64k objects](https://github.com/linebender/vello/issues/334). | ||
> - [Implementing blur and filter effects](https://github.com/linebender/vello/issues/476). | ||
> - [Properly implementing strokes](https://github.com/linebender/vello/issues/303) and [supporting all SVG stroke caps](https://github.com/linebender/vello/issues/280). | ||
> - [Conflations artifacts](https://github.com/linebender/vello/issues/49). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really should update this bug, as conflation artifacts within a path are fixed now, if you select multisampled rendering. Of course, conflation in compositing (a considerably harder problem) is still open.
I think everyone's feedback is addressed. Will merge this today unless there's some egregious problem. Any further tweaks will happen in a future PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, great to see the docs improving like this! 🚀
Update README.md
Add ARCHITECTURE.md