Cloo OpenCL
™ library with nuget package deployment ported to netstandard2.0 + sample apps.
- OpenCL drivers. Depending on your system, you can obtain them from your graphics device manufacturer website or operating system vendor website. Newest drivers for popular GPUs should be fine.
- The Microsoft .NET Framework 4.8 SDK.
- Visual Studio 2019 with .NET core support enabled (or VSCode for dotnet core example only)
- .NET Core 2.0 SDK installed
- Cloo -
netstandard2.0
library with configured build producing nuget package - ClootilsNetFull -
netcoreapp3.1
winforms application sample - ClootilsNetCore -
netcoreapp3.1
console application using linq-style extension - ClootilsNetCoreUI -
netcoreapp3.1
ui application based onAvalonia
(WPF-like)
- Check if .NET Core support installed in VS2019 Installer
- Install .NET Core 3.1 SDK
- Install .NET Framework 4.8 SDK
- Open solution file
*.sln
, select startup project (full or core) and pressF5
- Install
C#
Extension - Install .NET Core 3.1 SDK
- Open solution's folder
- Press
F5
to run the core app
- Tested on
Windows 10
™ andLinux
withAMD
™,Nvidia
™ andIntel
™ platforms.