Skip to content
Snippets Groups Projects
Commit fccae7d7 authored by Luke Campagnola's avatar Luke Campagnola
Browse files

Added note about opengl and vispy

parent 250ae841
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,10 @@ The 3D graphics system in pyqtgraph is composed of a :class:`view widget <pyqtgr
several graphics items (all subclasses of :class:`GLGraphicsItem <pyqtgraph.opengl.GLGraphicsItem>`) which
can be added to a view widget.
**Note:** use of this system requires python-opengl bindings. Linux users should install the python-opengl
**Note 1:** pyqtgraph.opengl is based on the deprecated OpenGL fixed-function pipeline. Although it is
currently a functioning system, it is likely to be superceded in the future by `VisPy <http://vispy.org>`_.
**Note 2:** use of this system requires python-opengl bindings. Linux users should install the python-opengl
packages from their distribution. Windows/OSX users can download from `<http://pyopengl.sourceforge.net>`_.
Contents:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment