Hacker News new | ask | show | jobs
by tvshtr 67 days ago
Something like GPUI probably, I would be quite happy with it if it wasn't so tied and restricted by the Zed's team (they reject PRs because they're not strictly related to Zed), there's even mobile fork. Dioxus native would be second, but it's far far far away from being ready.
1 comments

> they reject PRs because they're not strictly related to Zed

What kind of PRs? Like new widget components or what?

Maybe https://github.com/longbridge/gpui-component would be more keen on accepting PRs like that?

For example https://github.com/zed-industries/zed/pull/42905#issuecommen...

So there is now a fork: https://github.com/gpui-ce/gpui-ce/ But I don't know if that's sustainable.

That's disheartening, though also understandable from Zeds point of view.

I hope the community fork could gain traction. I believe there's a lot of potential in GPUI.

Yeah, it really sucks as I really like it, but I've been hitting edge cases which would be solved by some of the PRs mentioned.
Not possible to do it via component. I've seen various, like custom user shaders or some silly basics like text justify (which is implemented in cosmic-text crate used by gpui). That's why it was forked.