And the full version too ...
So dont worry about the OSX Version :)
brew install wine
cd ./PixelFXDesigner
wine Pixel\ FX\ Designer.exe
Try this method here, that adds some "winetrick" lines that seems to add d3d support
https://itch.io/t/268872/running-pixel-fx-designer-on-mac-with-wineskin
--------------------------------------------------------------------------------------
For anyone who wants to try on a stable version of macos :
brew install wine
brew install winetricks
winetricks corefonts
winetricks d3dcompiler_43 <-- if d3d error
WINEARCH=win64 WINEPREFIX=~/.wine64 winecfg
WINEPREFIX=~/.wine64 wine Pixel\ FX\ Designer.exe
--------------------------------------------------------------------------------------