Remix.run Logo
huevosabio 19 hours ago

Nice to see an egui project that doesn't have super obvious egui aesthetics.

How did you find working with egui?

OlaProis 13 hours ago | parent | next [-]

egui is fantastic for rapid prototyping - immediate mode makes state management simple. Main limitation: TextEdit isn't designed for code editors (no multi-cursor, can't hide folded text). v0.3.0 will replace it with a custom widget. The default styling does scream "egui" - spent time on custom theming to avoid that

koakuma-chan 19 hours ago | parent | prev [-]

> How did you find working with egui?

Claude Code would have preferred React.

echelon 17 hours ago | parent | next [-]

Native code and speed will be a differentiator.

If the value of JavaScript programming goes down, Rust programming will probably hold value a little bit longer.

GrowingSideways 19 hours ago | parent | prev [-]

How would this have worked outside of catering to browsers?

steezeburger 18 hours ago | parent [-]

You can render React all over the place now!