-1

Can you please take a look at this picture of a game launcher:

image http://4.bp.blogspot.com/-5sHFYgzDSqE/TiRrdl2cUmI/AAAAAAAAAJs/ULE76E6Nwwo/s400/Launcher.png

How can I create something identical? (using my own art) Everything about the design I just love, I downloaded qt, wxWidgets, nuilib and several others, but they either do not compile well or bloated and damn difficult to use.

Does anyone know the exact widget library that most asian mmorpgs use? Like that picture.

RogerG
  • 7
  • 1

1 Answers1

3

Those are just drawn images. It is trivial with any toolkit.

Qt, GTK and wxWidgets are the most prominent toolkits. I would recommend Qt, since it is very widely supported. But you can do this even with plain WinAPI or XLib.

Šimon Tóth
  • 35,456
  • 20
  • 106
  • 151
  • QT can do image window like that? you sure? I mean I dont want to have the regular windows style window borders and an image inside, I want the image to be the main window – RogerG Aug 29 '11 at 17:11
  • 1
    @RogerG Just search for transparent window. – Šimon Tóth Aug 29 '11 at 17:16
  • @RogerG There are even questions on this site: http://stackoverflow.com/questions/1909092/qt4-transparent-window-with-rounded-corners – Šimon Tóth Aug 29 '11 at 17:18