Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.06 KB

ImageProcessing

Simple image processing on GPGPU in F# using Brahma.FSharp.


Builds

GitHub Actions
GitHub Actions
Build History

NuGet

Package Stable Prerelease
ImageProcessing

Developing

Make sure the following requirements are installed on your system:

  • dotnet SDK 7.0 or higher
  • OpenCL-compatible device with respective driver installed.

Building

> build.cmd <optional buildtarget> // on windows
$ ./build.sh  <optional buildtarget>// on unix

Build Targets

For details look at MiniScaffold, we use it in our project.