DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Window tearing #2170

Open ahenshaw opened 3 months ago

ahenshaw commented 3 months ago

Problem

I'm seeing image tearing when quickly resizing Dioxus desktop apps.

Steps To Reproduce cargo run --release --example calculator

Expected behavior

I expected to be able to resize the application's window cleanly.

Screenshots

screen-tearing

Environment:

Questionnaire