python + openGL for scientific visulisation

Words
66
Reading
1 min
Listen
Play
8y

PyOpenGL is just some Python bindings (some Python code that acts like a sort of wrapper around native code), so you can manipulate OpenGL within the context of Python. OpenGL is a cross-language API, so you can take your knowledge of OpenGL to other languages.

install PyOpenGL

The easiest way to install PyOpenGL is using pip

$ pip install PyOpenGL PyOpenGL_accelerate

tutorial : https://pythonprogramming.net/opengl-rotating-cube-example-pyopengl-tutorial/