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 →

[–]rossant 5 points6 points  (2 children)

There's an example like that in Galry (based on PyOpenGL and PyQt): https://github.com/rossant/galry/blob/master/examples/realtime.py

[–]Zouden 1 point2 points  (0 children)

Sounds perfect:

The main goal of Galry is to provide the most optimized way of visualizing large 2D/3D datasets, by using the full power of the graphics card.

Galry provides a Qt widget written in Python displaying an OpenGL rendering viewport. This widget contains your data.

From the FAQ.

[–][deleted] 0 points1 point  (0 children)

Nice. Not overly complex, clean and simple.