Python bindings for GLEW (OpenGL Extension Wrangler)
GLEWpy aims to bring advanced OpenGL extensions to Python. This will allow the Python OpenGL developer to use features such as fragment and vertex shaders and image processing on the GPU. It serves as a compliment to PyOpenGL and toolkits such as GLUT and SDL (pygame).
GLEWpy aims to bring advanced OpenGL extensions to Python. This will allow the Python OpenGL developer to use features such as fragment and vertex shaders and image processing on the GPU. It serves as a compliment to PyOpenGL and toolkits such as GLUT and SDL (pygame).
To install py27-glewpy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-glewpy
To see what files were installed by py27-glewpy, run:
port contents py27-glewpy
To later upgrade py27-glewpy, run:
sudo port selfupdate && sudo port upgrade py27-glewpy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.