On 28.10.2010, at 23:04, Steven Mark wrote:

> Wow! Thanks to both of you for your thorough answers. I have an idea for a 
> desktop/mobile app and it would be great if I could write it in FLTK.
> It would seem that if a framework existed that allowed a 'write once run on 
> any mobile device' paradigm it would be the holy grail of programming and I 
> for one would be willing to pay money for that.
> 
> I could look at python I suppose or maybe this ... it's called MonoTouch and 
> you can find it here.
> 
> http://www.go-mono.com/store/
> 
> This means that I can write an app in C# - which means that it will run on 
> Windows (WinMo7?) and Linux (Android?) as well as OSX and iPod/iPad/iPhone.
> 
> I wonder if it would get passed Apple's strict checks?

Well, Mono is providing a language, but not - as far as I can tell - the same 
API for all platforms. It says in the iOS section that you have full access to 
the iOS API which is great, but do you have access to .NET UI elements as well?

If not, then you still need to write different code for different platforms. Is 
that so?

 - Matthias
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to