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?

enter image description here

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

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -