Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2008-08-12 22:18:30
Size: 462
Editor: little-black-box
Comment:
Revision 4 as of 2009-01-25 23:41:08
Size: 621
Editor: ool-4356421f
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= FLTK = See also [[GuiProgramming]] for a full list of toolkits.

= pyFLTK =

 * [[pyFLTK]] is based on [[FLTK]]
 * cross-platform
 * small and fast
 * access to OpenGL

See also GuiProgramming for a full list of toolkits.

pyFLTK

  • pyFLTK is based on FLTK

  • cross-platform
  • small and fast
  • access to OpenGL

Pygame

  • you are in full control
  • you are responsible for everything
  • only one window

PyGTK

  • powerful - aims to be a 1:1 GTK wrapper
  • good GTK docs out there for both C and Python
  • it's a wrapper - sometimes C idioms leak through

Pyglet

  • new
  • OpenGL-y (3D)

PyQT

PythonCard

Tkinter

  • batteries included
  • ugh

wxPython

  • cross platform
  • doesn't always look the same though

GUI Programming in Python (last edited 2020-09-06 12:39:52 by MalcolmSmith)

Unable to edit the page? See the FrontPage for instructions.