openTK vs openCL.NET

2.2k Views Asked by At

I am getting started with openCL on .NET. How is openTK compared to openCL.NET - which is better?

1

There are 1 best solutions below

1
On

Neither, they're not to be compared. Apples and oranges and stuff like that :)

OpenTK is a C# interface to OpenGL. OpenCL.Net is a C# interface to OpenCL.

OpenGL is OpenGL, built for one purpose. OpenCL is OpenCL, built for another purpose.

OpenTK has OpenCL.Net bindings, so you can actually use OpenCL with OpenTK.