From b7cf50d4f0bf0f6e29f231b97c5c79ccf79e8282 Mon Sep 17 00:00:00 2001 From: Olivier FAURE Date: Tue, 15 Oct 2024 17:16:37 +0200 Subject: [PATCH] Adress review comments --- content/blog/2024-10-04-tmil-09/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/2024-10-04-tmil-09/index.md b/content/blog/2024-10-04-tmil-09/index.md index 9ab2510..0707867 100644 --- a/content/blog/2024-10-04-tmil-09/index.md +++ b/content/blog/2024-10-04-tmil-09/index.md @@ -34,7 +34,7 @@ The HTTP cats example. ## Masonry Masonry is the widget system used by Xilem. -It provides a non-opinionated retained widget tree on top of Winit, designed as a base layer for high-level GUI frameworks. +It provides a non-opinionated retained widget tree, designed as a base layer for high-level GUI frameworks. Our ongoing pass specification project has been largely implemented. That work is now in a wrapping-up stage, which has allowed Olivier to work on improving the codebase's quality in general. @@ -59,9 +59,9 @@ Some ongoing work includes: ## Vello Vello is our GPU vector renderer. -It can draw large 2D scenes with high performance, using GPU compute shadersfor most of the work. +It can draw large 2D scenes with high performance, using GPU compute shaders for most of the work. -Progress towards the upcoming 0.3.0 release can be tracked in [the milestone](https://github.com/linebender/vello/milestone/2). +The month of september included a lot of progress towards the 0.3.0 release. - We no longer consider Vello to be experimental ([vello#691][]). Please note that Vello is still an alpha, and has several known issues. - An implementation of the single pass scan described last month is being created by Thomas Smith in [vello#685][].