StarArawn / kayak_ui

Other
469 stars 50 forks source link

Text is very aliased #200

Closed johanhelsing closed 1 year ago

johanhelsing commented 1 year ago

When running the hello_world example:

cargo run --example hello_world

The text appears very aliased (compared to window title and bevy_egui text)

image

bytemunch commented 1 year ago

Same issue on v0.2.0 on Arch KDE X11, Nvidia proprietary drivers. Noticed that when resizing the window the aliasing drops for a few milliseconds.

https://user-images.githubusercontent.com/43527203/213875636-90feea8a-8a48-49a5-b13e-376ff9326fba.webm

When running my terminal says INFO naga::back::spv::writer: Skip function Some("sample_sdf") but I don't know enough about how this works to know if it's relevant.

I also tested on v0.1.0 and had the same outcome.

paul-hansen commented 1 year ago

I just pulled the latest main and it looks like it might still be happening for me: image

Windows 11 125% DPI Kayak version: main (b458c90)

2023-05-19T05:15:57.673859Z  INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX 3080", vendor: 4318, device: 8726, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "531.41", backend: Vulkan }
2023-05-19T05:15:58.467235Z  INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Windows 11 Pro", kernel: "22621", cpu: "AMD Ryzen 9 7950X 16-Core Processor", core_count: "16", memory: "31.1 GiB" }
2023-05-19T05:15:58.770496Z  INFO naga::back::spv::writer: Skip function Some("sample_sdf")    
2023-05-19T05:15:58.770713Z  INFO naga::back::spv::writer: Skip function Some("sample_quad")