GUI without WinAPI. Possible?

  • Thread starter cshum00
  • Start date
  • Tags
    Gui
  • #1
215
0
Hello i have been wondering if i can make graphical windows applications without WinAPI libraries?

Thanks.
 

Answers and Replies

  • #2
you can use Gtk and Qt... they are multi-platform GUI libraries.
 
  • #3
Then which one is more recommended? Which one has advantages in performance and which one has advantages in UI design?

WinAPI?
GTK+?
Qt?

Thanks again.
 
  • #4
One alternative would be to use Java (Swing is the name of the gui library). You need not use any windows api. Other Java alternative would be SWT but Swing is more programmer friendly.
 
  • #5
You should realize that almost all windows applications have a gui made by , surprise surprise , win32 apis. Most Gui librarys are simply wrappers for the win32 Api. However systems like Qt are unique cause it uses its own paint engine.
 
  • #7
Thanks for your replies so far.

I see, so while WinAPI are presets, Qt and others are more customizable. Other than customization, which one would possibly perform faster?
 
  • #8
one would hope winAPI/.net forms. would perform best on windows OS.

U can try some game engine GUIs like unreal or CrazyEddys' GUI(CEGUI)
 

Suggested for: GUI without WinAPI. Possible?

Replies
41
Views
2K
Replies
5
Views
788
Replies
2
Views
1K
Replies
19
Views
958
Replies
4
Views
1K
Replies
5
Views
794
Back
Top