DirectX 10 and CUDA in C#

Written by Michael Zoech - 2009-04-27 23:00 - Comments - Tags: csharp, slimdx, cuda

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.