http://d.hatena.ne.jp/we_memo/20051122/p3
Pythonを使ってGPUベースのプログラミングをするためのメモ
入伍前給我這個我要怎麼看…. _A_
GLEWpy
http://glewpy.sourceforge.net/
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).
PyFX
http://graphics.cs.lth.se/pyfx/
http://www.cs.lth.se/home/Calle_Lejdfors/pyip/
http://wscg.zcu.cz/wscg2005/Papers_2005/Poster/E05-full.pdf
http://www.cs.lth.se/home/Calle_Lejdfors/publications/pyfx-techreport.pdf
PyFX is a Python framework which makes it really easy to use graphics effects based on Cg shaders.
PyGPU – Running Python on the GPU
http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/
Calle Lejdfors氏のサイトが参考になりそう。
http://www.cs.lth.se/home/Calle_Lejdfors/