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:

https://github.com/mono/monodevelop/blob/master/main/src/addins/macplatform/macinterop/applescript.cs

i monomac best approach.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -