-
Notifications
You must be signed in to change notification settings - Fork 32
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
ImageView grinds Windows to a hold #287
Comments
I stumbled over this, since it was in the list of a published Pluto-Notebook. But I guess the idea was to have some interactive image control within Pluto. |
For interactive use with Images through Pluto, this pluto notebook might be of interest too sir: https://gist.github.com/ashwani-rathee/4211eec75ebdc8becd31ac1c38f50a6b |
Are we doing anything with interactive threads yet? |
Ones with channels and producers? I could have example ready for that, something like done here: https://medium.com/@ashwanirathee/2-way-communication-with-microcontrollers-using-c-and-julia-611e37c18da7, an example I can think of is getting data from rtsp stream and then processing it, which is doable too. |
Does the |
No, I mean the new Julia 1.9 interactive thread pool. |
That should work if it's just JuliaGraphics/Gtk.jl#629 In any case the Gtk4 port should be ready soon. |
Just released version 0.12.0 hopefully fixes this. |
A Pluto Notebook on a Windows 10 PC using Julia 1.9 and Pluto 0.19.28 with only the following line in the Pluto notebook:
using ImageView
is enough to (almost) grind my computer to a halt. Typing any letter on the keyboard in any program has about 1-5 seconds delay to take effekt. Presumably this is some GTK issue. I set
NUM_THREADS
toany
in my environment.I think this is a windows-only problem.
The text was updated successfully, but these errors were encountered: