Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

> PS: I'm also wondering if we should treat "image textures" and "font/shape atlas textures" separately. With the new parley work, the font atlas texture will be full color (in...

This also improves how icons (with translucency) are blended. I'd like to have a screenshot test for this improvement Before: ![image](https://github.com/user-attachments/assets/94c972f6-b419-4135-ad3a-33ee95506370) After: ![image](https://github.com/user-attachments/assets/96821da9-c292-49a1-929e-96cc56785ed2) * EDIT: test added in #7309

I'm forking this PR so that I can finish it up (including updating the snapshot images): * https://github.com/emilk/egui/pull/7311

A good example why this matters is the https://www.yaak.ai/Research web site: ![image](https://github.com/user-attachments/assets/47fb2779-4efa-4538-9588-b6d881a6e79c)

This doesn't work at all in the web demo at : ![image](https://github.com/user-attachments/assets/41124ea8-a7b2-4b33-bf9f-863645e6c363)

This could be implemented with a `PathShape::circle_arc` constructor instead, which would require a lot less code (which means less code to maintain). What motivates this addition? Are circular arcs really...

The current tessellator for filled polygons is doing a [triangle fan](https://docs.safe.com/fme/html/FME-Form-Documentation/FME-ReadersWriters/!FME_Geometry/IFMETriangleFan.htm) from the first vertex: https://github.com/micmonay/egui/blob/fdc6658517c794feb194f78b7ecab0d75f3f259b/crates/epaint/src/tessellator.rs#L732-L787 This means that you could probably use `PathShape` if the first vertex is the...

The easy solution is to always spawn a TCP server when we launch the `rerun` binary (unless `--no-server` or whatever), but we must handle the case of an existing Rerun...

Oh God, how is 30 minutes not enough? * https://github.com/rust-lang/docs.rs/issues/2638 * New issue: https://github.com/rust-lang/docs.rs/issues/2680

* Yet another reason to work on https://github.com/podusowski/walkers/issues/195