PyGPU - hardware graphics programming using the GPU and python.

Have a look at PyGPU http://code.google.com/p/pygpu/

With it you can code the GPU using python. It translates code from python into GLSL (the opengl shading language).

It's amazing what type of algorithms you can quickly write using the GPU these days.

There are papers describing it's implementation and other information here: http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/ It takes a similar approach to psyco or pypy... in a way. But is different from both of these.

Very cool.

Comments

Tcll said…
would be nice if PyGLEW was a Python module

>>>

Traceback (most recent call last):
File "C:\Documents and Settings\Owner\Desktop\PyGPU stuff\PyGPU-0.2.0a-629\main.py", line 5, in
from pyglew import *
ImportError: No module named pyglew

Popular posts from this blog

Draft 3 of, ^Let's write a unit test!^

Is PostgreSQL good enough?

post modern C tooling - draft 6