Skip to content

Add onPreUpdate() (tentative name) that runs on bg thread before onUpdate #938

Open
@AlmasB

Description

@AlmasB

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.

Metadata

Metadata

Assignees

Labels

in progressOn-going / being worked ontype:new featureAdding a feature that isn't currently present

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions