| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Pawel_Iks" |
| Date: |
19 Jan 2008 09:53:58 AM |
| Object: |
graphical library |
I want to write some program when I have to do some graphs. How
library will be appropriate for this purpose and where it is
availlable?
.
|
|
| User: "=?utf-8?Q?David_C=C3=B4me?=" |
|
| Title: Re: graphical library |
19 Jan 2008 10:09:07 AM |
|
|
On Sat, 19 Jan 2008 16:53:58 +0100, Pawel_Iks <pawel.labedzki@gmail.com>
wrote:
I want to write some program when I have to do some graphs. How
library will be appropriate for this purpose and where it is
availlable?
Qt and WxWidgets are the main library for GUI in C++ .
.
|
|
|
|
| User: "Markus Ilmola" |
|
| Title: Re: graphical library |
19 Jan 2008 11:21:08 AM |
|
|
Pawel_Iks kirjoitti:
I want to write some program when I have to do some graphs. How
library will be appropriate for this purpose and where it is
availlable?
If you just need to draw graphics and do not need a full GUI then SDL is
a popular choice (www.libsdl.org). If you need a full GUI then take a
look at wxWidgets, Qt, GTK and others.
.
|
|
|
| User: "=?utf-8?Q?David_C=C3=B4me?=" |
|
| Title: Re: graphical library |
19 Jan 2008 11:24:34 AM |
|
|
On Sat, 19 Jan 2008 18:21:08 +0100, Markus Ilmola
<markus.ilmola@pp.inet.fi> wrote:
Pawel_Iks kirjoitti:
I want to write some program when I have to do some graphs. How
library will be appropriate for this purpose and where it is
availlable?
If you just need to draw graphics and do not need a full GUI then SDL is
a popular choice (www.libsdl.org). If you need a full GUI then take a
look at wxWidgets, Qt, GTK and others.
If he must just draw into a window, SFML it the best
.
|
|
|
|
|

|
Related Articles |
|
|