Open ShannonZ opened 6 years ago
It's not possible with Tkinter but it is possible with the others. To do that, you'll have to call the glumpy event loop regularly (look at the app-*.py examples)
Can we get glumpy working with tkinter using this library? https://github.com/jonwright/pyopengltk
Might be possible yes. This woudl require to write a specific backend for Tk and test. But as long as you have a GL context somewhere, that should work.
How to embed glumpy plots into applications using general-purpose GUI toolkits like Tkinter, wxPython, Qt, or GTK+.