glumpy icon indicating copy to clipboard operation
glumpy copied to clipboard

How to embed glumpy plots into GUI applications?

Open ShannonZ opened this issue 7 years ago • 3 comments

How to embed glumpy plots into applications using general-purpose GUI toolkits like Tkinter, wxPython, Qt, or GTK+.

ShannonZ avatar Nov 08 '18 08:11 ShannonZ

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)

rougier avatar Dec 02 '18 16:12 rougier

Can we get glumpy working with tkinter using this library? https://github.com/jonwright/pyopengltk

Harvie avatar Oct 15 '21 09:10 Harvie

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.

rougier avatar Oct 18 '21 08:10 rougier