Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Does https://github.com/emilk/egui/pull/3606 help?

* Closed by https://github.com/emilk/egui/pull/4542

@rustbasic egui is backend agnostic, and must not depend on `winit`

I'm not 100% convinced we should split the current `enum Key`. It is very convenient to just have one enum, and physical keys are also a pretty niche use case.

Very cool! It seems like if we switch to cosmic text we need to switch from using a glyph atlas to a string atlas. egui currently uses a glyph atlas,...

> Oh interesting! ICED had similar issue, they have opened an issue on cosmic-text to define bounding sizes for fonts to solve it. I'm not sure how it works tho-...

This might be useful for reference: https://github.com/grovesNL/glyphon

I had a talk to the people behind Parley the other day, and I think it is exactly what we want for egui. It is not quite ready yet (lacking...

@crumblingstatue thanks for linking that Bevy document! I think the reasoning and conclusions in there is sound: Parley is very promising, but not yet ready, while Cosmic Text is ready...

Fix coming in https://github.com/emilk/egui/pull/3601