Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blurry text / low-dpi egui since v0.12.0 #315

Open
woelper opened this issue Feb 22, 2024 · 2 comments
Open

Blurry text / low-dpi egui since v0.12.0 #315

woelper opened this issue Feb 22, 2024 · 2 comments

Comments

@woelper
Copy link
Contributor

woelper commented Feb 22, 2024

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.

Left is v.0.12.0, right is v.0.11.0.
image

Maybe related to #313?

Downstream issue in Oculante is here.

@mantasarm
Copy link
Contributor

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);

@Nazariglez
Copy link
Owner

Hey, thanks for the report! I'll take a look, probably something changed in the egui end and I did not see it when I did the update.

Maybe related to #313?

I think this is not related but I am not sure yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants