I was able to get the program to run on MacOS (I'm guessing Linux is just as easy). Steps:
- Download the .NET SDK for MacOS (https://dotnet.microsoft.com/en-us/download/dotnet/6.0) and run the installer.
- Install libgdiplus. I already had brew (https://brew.sh/) installed, so I got this by doing `brew install mono-libgdiplus`
- You need to give the files permission to run. From inside the elements generator folder:
xattr -rd com.apple.quarantine Elements\ Character\ Generator.dll xattr -rd com.apple.quarantine runtimes/osx/native/libAvaloniaNative.dylib xattr -rd com.apple.quarantine runtimes/osx/native/libHarfBuzzSharp.dylib xattr -rd com.apple.quarantine runtimes/osx/native/libSkiaSharp.dylib
Then on a command line, you can do
dotnet "Elements Character Generator.dll"