-
Website
http://toxicsoftware.com/ -
Original page
http://toxicsoftware.com/imeem/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
schwa
20 comments · 2 points
-
Alexander Mikhalev
1 comment · 1 points
-
myxibrium
1 comment · 1 points
-
somegeekintn
1 comment · 1 points
-
Stewf
2 comments · 1 points
-
-
Popular Threads
-
ICE Amsterdam 09
4 weeks ago · 1 comment
-
ICE Amsterdam 09
Mono looks cool, but let's not give more credit here than is due. The application *is* a Cocoa app, that's why it looks like one. They are clearly developing the UI independently from the back-end. In other words, the part that looks good and like a Mac took work.
I found this page on their site describing "Dumbarton," their bridging mechanism between ObjC and C#:
http://allan.imeem.com/blogentry/gbgC7kTg
Now if only this bridge would let me deploy a Cocoa-based UI on Windows!
Unity (http://otee.dk) has it's scripting language running on Mono. It's certainly far from a trivial application.
The decision to use Mono over Python or Lua or other was a master stroke. You can code in whatever scripting language you like and the output is compiled to bytecode so it runs faster anyway (and can be ported to "the other platform" if needed).