You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v.0.12.0 the egui UI / text has become blurry. This can be reproduced by running cargo run --example egui_basic --features egui on the different releases and comparing the output.
Having the same issue. For me it is even worse - the text is basically unreadable. I did however found a work around that fixes the problem. Setting the egui pixel density to the dpi. ctx.set_pixels_per_point(app.window().dpi() as f32);
Since
v.0.12.0
the egui UI / text has become blurry. This can be reproduced by runningcargo run --example egui_basic --features egui
on the different releases and comparing the output.Left is
v.0.12.0
, right isv.0.11.0
.Maybe related to #313?
Downstream issue in Oculante is here.
The text was updated successfully, but these errors were encountered: