Author Topic: C++ Cross Platform Gui...  (Read 1752 times)

0 Members and 1 Guest are viewing this topic.

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
C++ Cross Platform Gui...
« on: February 05, 2007, 01:34:41 am »
Hey,
I know nothing about c++ (well not much) And I have an idea for a program which is quite unique. :)

So I would like to know what are the best gui toolkits/frameworks which are cross-platform (Linux/windows)
Cause this program has to be for both...

So far I have been eyeing wxwidgets, is there any other good ones out there?
Soldat Lobby Avec Players -New Release! - Updated AGAIN!


Offline Anna

  • Soldier
  • **
  • Posts: 213
    • my dev blog
Re: C++ Cross Platform Gui...
« Reply #1 on: February 05, 2007, 09:52:38 am »
You could have a look at Crazy Eddie's GUI System (CEGUI), I haven't tried it but it seems to be popular.

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
Re: C++ Cross Platform Gui...
« Reply #2 on: February 05, 2007, 03:45:09 pm »
Thanks I'll have a look at that, also been checking out FLTK.
Soldat Lobby Avec Players -New Release! - Updated AGAIN!


Offline Flamiex

  • Major(1)
  • Posts: 22
Re: C++ Cross Platform Gui...
« Reply #3 on: February 08, 2007, 02:29:05 am »
You can try MFC aswell, but meh you might aswell learn windows API for your GUI if you're gonna learn how to use an external library.
But if you really cant be bothered with learning either, give C# a try. C# is made for programming tools application =)