Skip to content

Supported Platforms and Devices

wischi edited this page Sep 24, 2021 · 3 revisions

Platforms

Currently only Windows is "officially" supported.
I'm mostly using Windows atm and sadly don't have the time or devices to test everything on Linux and macOS.

"But", because everything targets netstandard20 there is a very good chance that you will get it to run on probably many other platforms that can run .net core too. If you can't get it to work (even on Linux and macOS) feel free to open an issue and describe your problem. Maybe someone (or myself) can still help you.

Regarding macOS

@g3rv4 was able to make it run on macOS by installing runtime.osx.10.10-x64.CoreCompat.System.Drawing from NuGet - (Source) and @Suplanus added libgdiplus packaging to make it work. (Source)