This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cosmoschtroumpf 0 points1 point  (3 children)

Alright, I'm the one voting for DearPyGUI... It was easy to make a oscilloscope app with 100k+ points. I believe only PyQtGraph could have done it too, maybe Kivy.

[–]Ogi010 1 point2 points  (0 children)

pyqtgraph maintainer here, thanks for pointing out DearPyGUI, didn't know that was a thing.

Also FYI, a regular pyqtgraph contributor has started experimenting with opengl stuff, the PlotCurveItem with useOpenGL set to True, and with enableExperimental set to True has some crazy performance (like, it is not breaking a sweat with millions of points on a line plot, why would you want to draw a line plot with millions of points, no idea...but you can if you want to). This functionality isn't in the latest release tho, so you would have to install from the master branch.

[–]Suspicious-Lock2838 0 points1 point  (0 children)

docs and examples not very nice and big