Hacker News new | ask | show | jobs
by IshKebab 5 days ago
> egui is the clear winner for making desktop applications

I disagree. It's the easiest to get started with, but it looks pretty terrible (poor font rendering especially), and immediate mode has serious downsides.

My current favourite is https://github.com/longbridge/gpui-component

1 comments

egui has recently revamped text rendering, looks much better than it did just a few months ago.