Is it possible to compile the Dynamo (stand-alone) package to run on Mac OS X? Assume DesignScript & Python work on Mac OS X, I suppose this is not asking for too much!
Agreed that there’s no Revit version for the Mac yet; so there will be times when the full functionality is not possible; still, it would help to make the initial stages cross-platform compatible…
Could you tell us a little more about what you would like to do with Dynamo on the Mac? What are the initial workflows for which you are interested in using Dynamo standalone for Mac? Thanks,
you can build dynamo core on Mac (or linux) and run it using the mono project. A cross platform runtime for .net, but you will not have the visual UI - you’ll have to use the Command Line interface or write your own UI.