Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pixel Fx Designer

Design pixelart effects and render them to .png sprite sheets or .gifs · By CodeManu

OSX Version

A topic by Nakato created Jul 17, 2018 Views: 610 Replies: 10
Viewing posts 1 to 8
(+2)

Any OSX version in the futur ?

Developer(+2)

Hi Nakato!

There's no OSX or Linux version at the moment, but they are in our plans for the near future. :)

Ok thank you :)

Will try with virtualbox !

(1 edit)

Near future as in a couple weeks/months/years? I just bought PixaTool and then bought Pixel Fx Designer, assuming there was an OSX version. I'll wait but please hurry. ;p

I will help debug and beta-test an OSX version!

(+2)

I'm also waiting for the macOS version.

Already bought, hope to see an mac version as well just wanna join the chorus

Just tried on the demo version and its working with Wine :)

(1 edit)

And the full version too ... 

So dont worry about the OSX Version :)

brew install wine
cd ./PixelFXDesigner
wine Pixel\ FX\ Designer.exe 

wine did not work for me (samba/ntml and then d3d issues)

(1 edit)

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

--> Should works

--------------------------------------------------------------------------------------