conv.

All stories
Active · 38h

A critical review of Xilem in 2026

Conversation activity · last 39 hours presspostscomments the crowd ↓

Peak 2 items in one hour at Aug 12, 2 PM; 9 items over 39 hours (1 post · 8 comments) Aug 12, 1 PM — 1 item · 1 post — Lobsters 1Aug 12, 2 PM — 2 items · 2 comments — Lobsters 2Aug 12, 3 PM — no itemsAug 12, 4 PM — no itemsAug 12, 5 PM — no itemsAug 12, 6 PM — no itemsAug 12, 7 PM — no itemsAug 12, 8 PM — no itemsAug 12, 9 PM — 1 item · 1 comment — Lobsters 1Aug 12, 10 PM — no itemsAug 12, 11 PM — no itemsYesterday, 12 AM — 1 item · 1 comment — Lobsters 1Yesterday, 1 AM — no itemsYesterday, 2 AM — 1 item · 1 comment — Lobsters 1Yesterday, 3 AM — no itemsYesterday, 4 AM — no itemsYesterday, 5 AM — 2 items · 2 comments — Lobsters 2Yesterday, 6 AM — no itemsYesterday, 7 AM — no itemsYesterday, 8 AM — no itemsYesterday, 9 AM — no itemsYesterday, 10 AM — no itemsYesterday, 11 AM — no itemsYesterday, 12 PM — no itemsYesterday, 1 PM — 1 item · 1 comment — Lobsters 1Yesterday, 2 PM — no itemsYesterday, 3 PM — no itemsYesterday, 4 PM — no itemsYesterday, 5 PM — no itemsYesterday, 6 PM — no itemsYesterday, 7 PM — no itemsYesterday, 8 PM — no itemsYesterday, 9 PM — no itemsYesterday, 10 PM — no itemsYesterday, 11 PM — no itemsToday, 12 AM — no itemsToday, 1 AM — no itemsToday, 2 AM — no itemsToday, 3 AM — no items 2 items · Aug 12 2 PM
4 PMyesterday8 AM4 PMnow · 4:34 AM
Every item, in order 9

Clustered from 9 items across 1 source. Not yet parsed — the coverage below is the raw record.

Social posts 1

The conversation unedited, verbatim

10 comments claimed on the threads · 8 collected here from 1 site · 8 voices below over time ↑

  • Yesterday
  • I'm surprised to hear that; I would assume GTK is pretty much as native as you can get on Linux, right? Are GTK4 components just super heavy-weight or something?

    bitshiftrust14h ago3▲view on Lobsters ↗
  • I am thankful Xilem is still getting attention. The GUI scene in Rust is still not great. I've been eyeing Xilems development ever since Raph made his blogpost introducing it four years ago. ([Xilem: an architecture for UI in Rust](https://raphlinus.github.io/rust/gui/2022/05/07/ui-architecture.html)) I also liked his post on [Advice for the next…

    Levitatingrust22h ago4▲view on Lobsters ↗
  • > Yet judging by the popularity of React/Electron, GUIs don't need to be maximally performant: many users are willing to accept the overhead of a (relatively fast) single-threaded GC language. The primary issue with electron+whatever bloated js framework isn't really speed, it's the memory consumption. With the current RAM prices, seeing something…

    hjvtrust22h ago2▲view on Lobsters ↗
  • This has been my own experience when trying to build things bottom up rather than building things driven by concrete use cases. In the past, I have noodled away at multiple game engines without a clear idea of what the game I'm trying to make is and invariably ended up with a complicated, sprawling code base that is difficult to work with and…

    krigrust1d ago4▲view on Lobsters ↗
  • > I'm partially joking and also out of my depth here, but I'm wondering if the ideal Rust GUI library is actually something like Rust wrapper→Lua framework→C bindings for your platform's GUI. That is more or less what Qt and Slint do. Qt provides QML/QtQuick and Slint has a similar approach. They both provide an HTML inspired markup + JavaScript…

    PuercoPoprust1d ago6▲view on Lobsters ↗
  • Aug 12
  • > In general, we should be more willing to write code that's slightly less performant or elegant if it means that it's also less complex. This, a thousand times this. I love Rust, but the language features make it really tempting to overcomplicate your APIs by going for maximum performance. Yet judging by the popularity of React/Electron, GUIs…

    bitshiftrust1d ago12▲view on Lobsters ↗
  • I've made concerted attempts at using xilem, and even masonry underneath it a few times and it's been pretty brutal. So I agree on pretty well the points here. The problem is there are some *really* good bits to xilem, but they're hindered badly by the experience of trying to develop something even moderately complex in it. You have to be really…

    objectif_lunerust1d ago7▲view on Lobsters ↗
  • [Helpfully](https://github.com/linebender/xilem), Xilem is "an experimental Rust architecture for reactive UI".

    icefoxrust1d ago12▲view on Lobsters ↗