I need to port a .Net application from Windows to OS X and I am wondering what are the advantageous and disadvantageous of using either Monobjc or MonoMac and what peoples experience with these are.
App Requirements
- Native UI
- Scripting Bridge (or alternative) for Inter-application Communication will need to be both ways i.e. calling the ported application from another and having another application call the ported application.
- Growl integration for notifications.
What would be the best option considering the requirements above.