0x2a.at

... and their answer to everything

Articles tagged with'csharp'

DirectX 10 and CUDA in C#

posted on 2009-04-27, author: Michael Zoech

I’m currently evaluating the possibilities to use DirectX 10 and CUDA from C# for a realtime visualization project. The official CUDA sdk contains many samples written in Cpp, but i couldn’t find one sample in the whole web written in C#. So i ported one of the CUDA sdk samples using SlimDX for DirectX 10 and CUDA.NET to access the CUDA functionality. Grab the source here.