Comment by huevosabio
18 hours ago
Nice to see an egui project that doesn't have super obvious egui aesthetics.
How did you find working with egui?
18 hours ago
Nice to see an egui project that doesn't have super obvious egui aesthetics.
How did you find working with egui?
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
> How did you find working with egui?
Claude Code would have preferred React.
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.
How would this have worked outside of catering to browsers?
You can render React all over the place now!