[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Wrong Wiki



Hello,

I came across this entry, http://www.pygame.org/wiki/gui in the Pygame
Wiki, and I think "Why Gtk/Qt/WxWidgets... are bad" section is very
wrong.

I have used Pygame with both wxWidgets and GTK perfectly fine and easily
before. The trick is that you don't try to "embed" the Pygame Window
inside your application. (Although you can do this with some hassle.)

Under Linux it is often a very natural to have a window which has all
the "control" GUI and a window which displays the results. For example,
you could make painting program similar to GIMP with the Pygame window
as the canvas and GTK/wxWidgets for the toolbox window.

Anyway...

Mithro