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
I did a little probing in the UI source, and I think the issue is the scaling factor being applied to the text incorrectly. I have 2 monitors, the primary being 2560x1440 and the other being 1280x1024. It renders nicely on the second monitor with a scaling factor of one, but looks horrible on the first which has a scaling factor of 1.1666..
Clean
Broken
The text was updated successfully, but these errors were encountered:
There is still a bit more work to be done here. While Bevy UI renders images and boxes at crisp HIDPI resolutions, text is still rendered using the logical resolution, which means it won't be as crisp as it could be on HIDPI displays.
That being said, I don't think there's an issue open for it yet, so thanks for adding it :)
Bevy 0.4.0
Operating system & version
Kubuntu 20.10
What you did
I ran the UI example
What you expected to happen
The text should be sharp and clean
What actually happened
It was pixelated
Additional information
I did a little probing in the UI source, and I think the issue is the scaling factor being applied to the text incorrectly. I have 2 monitors, the primary being 2560x1440 and the other being 1280x1024. It renders nicely on the second monitor with a scaling factor of one, but looks horrible on the first which has a scaling factor of 1.1666..
Clean
Broken
The text was updated successfully, but these errors were encountered: