java - Please suggest a platform to port C# app to Mac? -
greetings,
i need port windows utility: http://solinker.com mac. app written in c#, .net 2.0.
the main requirement is: app should able talk applescript interact photoshop. program small , ui simple consider rewritte app.
possible candidates are:
- monomac
- unity 3d (seems doesn't required install mono)
- xulrunner (flickr uploader written xulr)
- qt
- java (convert app java + 2 different connector photoshop: mac , win)
i appreciate advice!
if check documentation monomac, see have packager bundles dependencies final app. so, no need seperate mono install:
http://www.mono-project.com/monomacpackager
as applescript, monodevelop wrapping of applescript. should take @ source:
i monomac best approach.
Comments
Post a Comment