[NTLUG:Discuss] Portability solution

Steve Baker sjbaker1 at airmail.net
Mon Jun 23 21:34:24 CDT 2003


Kelledin wrote:
> On Monday 23 June 2003 01:54 am, Vaidya, Harshal (Cognizant) 
> wrote:
> 
>>Hi,
>>
>>  I am looking for a portable C++ based solution on
>>MAC Linux and Windows all at once. The requirement is
>>such that the code should be the same but should run
>>on all platforms. The UI look and feel should also be
>>the same.
> 
> 
> This is what Qt (http://www.trolltech.com/) is designed for.  
> It's kind of slow and bloaty, but it might do what you need.

It depends on what you want - there are LOADS of portable UI's
out there.

Some run pixel-for-pixel identically on all OS's like my own PLIB/PUI
at http://plib.sf.net which renders the entire GUI in OpenGL
and runs on anything that supports OpenGL.

Others run with a 'native' look and feel on each platform - which
looks 'right' for whichever windowing system they are running on.

I like FLTK (Fast, Light, Tool Kit) - which isn't bloated and is
pretty usable.

---------------------------- Steve Baker -------------------------
HomeEmail: <sjbaker1 at airmail.net>    WorkEmail: <sjbaker at link.com>
HomePage : http://www.sjbaker.org
Projects : http://plib.sf.net    http://tuxaqfh.sf.net
            http://tuxkart.sf.net http://prettypoly.sf.net
-----BEGIN GEEK CODE BLOCK-----
GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++
-----END GEEK CODE BLOCK-----




More information about the Discuss mailing list