Osspial / derin

A Derive-Based GUI Library for Rust
Mozilla Public License 2.0
19 stars 2 forks source link

Support HiDPI screens #8

Open Osspial opened 6 years ago

Osspial commented 6 years ago

Right now, we handle HiDPI by just scaling every element up to match the window size. This works, but it leaves elements looking blurry on HiDPI screens. Proper DPI scaling should be added.

TODO: