🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

FusionCL.Net - New C# wrapper for OpenCL(Vs2017)

Started by
0 comments, last by AntRWells 5 years, 7 months ago

FusionCL.Net is a new wrapper around OpenCL for C#(4.7.2) -

The git is online, and it is working. It's not 100% complete but you can create programs, run kernels, create membuffers and read/write them. It works fine for me on a Nvidia 1060.

There are two projects on the git repo.

FusionCLNative.dll - this is a C++ wrapper around opencl, you do not need to use this.

FusionCL.Net - This is a C# set of classes(Namespace:FusionCL) that internally uses the native dll to create and use the OpenCL library.

Like i said, not 100% complete, but it is working and usable. Only a small amount of code really, but it works well and I think is very easy to use.

- So, yeah just a head's up. Free for anyone, please let me know if you run into any issues or have any requests for future commits. Cheers!

https://github.com/AntDevUnity/FusionCL.NET

 

 

 

Thanks, Antony.

This topic is closed to new replies.

Advertisement