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
Certain operations, such as AI, particle simulations, Canvas drawings, can hinder onUpdate() performance, thus leading to fps drop in JavaFX. To fix, we can run a single background tick before JavaFX onUpdate().
This needs to be carefully designed, so discussion is welcome.