user interface - Mono - Native UI on each platform? -
is possible have 1 core dll written in mono , 3 separated native uis on linux, mac , windows? if yes, options have?
let's assume have written gui wpf (windows) , want connect mono dll wpf form can use it's exported functions , classes. same on mac os x: gui written in cocoa , connected mono core dll?
do guys know example projects, uses approach?
well, can use pcl library contains logic, combined xamarin.mac framework on osx, gtksharp on linux, , wpf on windows. using raw cocoa, that'd tougher; you'd have host mono runtime (which not impossible not easy).
edit: should add could try "write once" ui , use gtksharp three.
Comments
Post a Comment