00:00
36
a test using opencl and openframeworks.
5000 particles interact with each other and mouse cursor.
this runs easily at 30fps but snapz killed the framerate a little :)
this is running only on cpu and letting opencl do its thing. Its a lot faster than simply running it with "normal" code, but it definitely could run much faster on gpu.
source for this can be downloaded here: code.google.com/p/ruisource/
it includes a slightly modified version of the ofxOpenCL addon by Memo Akten.
:)