For Programmers: Free Programming Magazines  


Home > Archive > C > February 2006 > Which graphical library for a multi-platform application?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Which graphical library for a multi-platform application?
Nicolas

2006-02-24, 7:55 am

Hello,
Please excuse me if I am a little off-topic. I would like to know what
graphical library is the best to use for a multiplatform (Windows, Mac Os,
Linux) application. I know GTK, but it is pretty difficult to install for
unexperienced users, and I think it can't be statically linked.
Thanks a lot for your advices,
Nicolas
Vladimir S. Oka

2006-02-24, 6:55 pm


Nicolas wrote:
> Hello,
> Please excuse me if I am a little off-topic. I would like to know what
> graphical library is the best to use for a multiplatform (Windows, Mac Os,
> Linux) application. I know GTK, but it is pretty difficult to install for
> unexperienced users, and I think it can't be statically linked.
> Thanks a lot for your advices,
> Nicolas


Yes, you are off topic, more than a little...

<OT>
Did you have a look at wxWindows?
</OT>

--
BR, Vladimir

OMouse

2006-02-24, 6:56 pm

There is Qt. The open source version is free (obviously) but your
software must be under some sort of open source license. The commercial
version is a bit pricey...But it is multi-platform and includes many
things multi-platform apps need, e.g threads, sockets, etc. And the Qt
Designer is pretty good as well.

Website is: trolltech.com

-Rudolf

CBFalconer

2006-02-24, 6:56 pm

"Vladimir S. Oka" wrote:
> Nicolas wrote:
>
>
> Yes, you are off topic, more than a little...
>
> <OT>
> Did you have a look at wxWindows?


There is also something around called DEPUI. Free, and reputed to
work with C. WxWindows is, I understand, limited to C++ and thus
useless here.

<http://www.deleveld.dds.nl/depui30/index.htm>

> </OT>


--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
Also see <http://www.safalra.com/special/googlegroupsreply/>


Rod Pemberton

2006-02-24, 6:56 pm


<Nicolas> wrote in message news:43ff049e$0$9102$636a55ce@news.free.fr...
> Hello,
> Please excuse me if I am a little off-topic. I would like to know what
> graphical library is the best to use for a multiplatform (Windows, Mac Os,
> Linux) application. I know GTK, but it is pretty difficult to install for
> unexperienced users, and I think it can't be statically linked.
> Thanks a lot for your advices,


I saw alot of people (elsewhere) mentioning SDL a while ago.

"Simple DirectMedia Layer"
http://www.libsdl.org/index.php

Rod Pemberton


WaterWalk

2006-02-25, 7:55 am

Yes, SDL is great for its 2D graphics, sound, opengl
interoperatability, etc. It's often considered as a good game
development library. But if you mean GUI(since you mention GTK), I'm
afraid SDL isn't the way to go.

Keith Thompson

2006-02-25, 6:55 pm

"WaterWalk" <toolmaster@163.com> writes:
> Yes, SDL is great for its 2D graphics, sound, opengl
> interoperatability, etc. It's often considered as a good game
> development library. But if you mean GUI(since you mention GTK), I'm
> afraid SDL isn't the way to go.


WaterWalk: Please read <http://cfaj.freeshell.org/google/>.

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
loufoque

2006-02-25, 9:55 pm

Keith Thompson a écrit :
> WaterWalk: Please read <http://cfaj.freeshell.org/google/>.


Quoting isn't always necessary.
The topic was self-explanatory.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com