Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of UI is too slow #1

Open
njss opened this issue Mar 1, 2017 · 1 comment
Open

Update of UI is too slow #1

njss opened this issue Mar 1, 2017 · 1 comment

Comments

@njss
Copy link

njss commented Mar 1, 2017

Can you help me figure out, why is the update too slow when I use it to plot an heatmap of the current eye gaze? (real time data from eye-tracker)

I call the heatmap addevent method inside of eyegazeupdate (which is super fast in updating the UI):

onGazeUpdate{
Platform.runLater(() -> {
heatmap.addevent(...);
}
}

thank you in advance!

@njss
Copy link
Author

njss commented Mar 2, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant