|
|
|
|
|
by conradev
3401 days ago
|
|
Right, but those components exist as bindings for HTML/CSS/JS. It would be awesome to see a Rust UI framework built on top of them. It's certainly no coincidence that the top contributors to the Flutter engine are all Chromium contributors. |
|
Fundamentally, it allows you to represent a scene-graph and render it efficiently. How you go about constructing and manipulating your scene graph is up to the application which uses it.
In Servo's case it parses HTML and CSS for structure and style and allows manipulations through JS through the DOM, but none of those are any concern for webrender.