-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Shluggish window resize with 3D content #21773
Copy link
Copy link
Open
Labels
A-PickingPointing at and selecting objects of all sortsPointing at and selecting objects of all sortsA-WindowingPlatform-agnostic interface layer to run your app inPlatform-agnostic interface layer to run your app inC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile timesP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
Description
Metadata
Metadata
Assignees
Labels
A-PickingPointing at and selecting objects of all sortsPointing at and selecting objects of all sortsA-WindowingPlatform-agnostic interface layer to run your app inPlatform-agnostic interface layer to run your app inC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile timesP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bevy version: 0.17.2
Relevant system information
Please include:
What's performing poorly?
My Bevy 3D Chess GUI -- Bevy examples show a similar behaviour
Currently my old Chess working with Bevy 0.16.1 is still available
at GitHub and works fine: https://github.com/StefanSalewski/Bevy-3D-Chess
My local port to Bevy 0.17.2 is very sluggish when window is resized.
I just tested with
cargo run --example simple_picking.rs
That examples is also sluggish and has some delay when its window is resized, but due to the simple content the effect is not that significant.