26Feb/102
Simple GPGPU framework
Rim van Wersch of XNAInfo.com fame released a simple framework to perform general purpose calculations on the GPU with the XNA Framework. The framework comes with two demos: one to compute Pi and the other is a simple particle system.
Head over to Simple GPGPU framework to download the code.

February 26th, 2010 - 07:37
Thanks for the link, I hope this thing proves useful to someone
February 26th, 2010 - 14:46
This certainly looks useful. Especially for people with CPU limited games who want an easy way to offload to the GPU.