GUI Startup
Stores boiler plate GUI startup code
Contents
|
|
|
Eclipse 1.0 | (1) |
|
|
GPL | (1) |
|
|
Public Domain | (2) |
Snippets
This is a quick example of using OpenGL with wxPython. When the script is run it will display two "spirals". The red spiral is drawn in immediate mode (glBegin/glEnd). The green spiral is drawn...
This is a simple 'Hello World' example using wxPython. There may be a better way to do this. Look on the wxPython site for more information: http://wxpython.org/
The minimal KDE application. If you plan on developing with KDE, you should definitely look at the excellent tutorials on the KDE site http://techbase.kde.org/Development/Tutorials/...
The minimal SWT based application
Sponsored Links
Add a Comment