Re: [PyOpenGL-Users] plotting lots of points
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2009-10-31 03:34:35
|
PyOpenGL can handle large datasets, yes. I would recommend a vertex buffer object, or display list. As for mouse movement, you can use OpenGL.GLUT somehow, or other packages like PyGame. |