[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Best framework to LUA developing in Tablets? Is it possible?
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 26 Jun 2012 16:48:44 -0500
On Tue, Jun 26, 2012 at 4:28 PM, Fernando Ariznavarreta Fdez.
<ariznaf@uniovi.es> wrote:
> Do you think it is a real posibility? Is it that difficulto to compile IUP,
> CD and IM libraries to iOS and Android?
any GUI library is developed against a given graphic platform; android
and iOS are really different from win32 and Xlib. 'compiling' would
in fact mean 'porting' to a new platform.
on top of that, you really don't want a windowing GUI on a touch-based
device. these are very different beasts.
--
Javier