| Author |
Message |
LP-SolidRaven Dictator of the Dump

Joined: 06 Jun 2004 Posts: 7036 Location: The cheese is made out of moon
|
Posted: Sat Dec 29, 2007 5:25 pm Post subject: C GUI Library |
|
|
Okay, I've been looking around for the past two days for a simple C GUI Library. And I mean a C GUI library, not C++. So the first person that comes up with Qt or WxWidgets will die a horrible death if I ever meet him in real life; Ontop of that GTK is a mess to compile on windows and MGui it's documentation is the same as if there was no documentation. I'm pretty much out of ideas. And don't say use another language, cause that would take time (what I sadly don't have if I want to ever finish this). _________________
| Quote: |
<bart416> I just realized something
<bart416> we celebrate the fact that this piece of rock made one rotation around a glowing ball of plasma that is kept together due to its own gravity well
<njsg> HAPPY NEW YEAR
<Easter> ^^
|
|
|
| Back to top |
|
| |
nooc Master Poster

Joined: 10 Aug 2005 Posts: 215
|
Posted: Wed Jan 02, 2008 8:21 pm Post subject: |
|
|
Normally a c++ gui library is a layer built on top of some native gui that usually has a c api. Why make a c gui library on top of a c gui library?
If you're on windows then there is the win32 api. |
|
| Back to top |
|
| |
LP-SolidRaven Dictator of the Dump

Joined: 06 Jun 2004 Posts: 7036 Location: The cheese is made out of moon
|
Posted: Thu Jan 03, 2008 3:39 am Post subject: |
|
|
| nooc wrote: | Normally a c++ gui library is a layer built on top of some native gui that usually has a c api. Why make a c gui library on top of a c gui library?
If you're on windows then there is the win32 api. |
CROSS PLATFORM That's why you'd want to use a GUI library.
I know I can call the windows api, I know I can call the XWindow related api's. But the fact is, none of those are cross platform. _________________
| Quote: |
<bart416> I just realized something
<bart416> we celebrate the fact that this piece of rock made one rotation around a glowing ball of plasma that is kept together due to its own gravity well
<njsg> HAPPY NEW YEAR
<Easter> ^^
|
|
|
| Back to top |
|
| |
|
|
|