Siafoo – the intersection of pastebin, help desk, version control, and social networking
Join Siafoo Now
or
Learn More
GUI Startup
Updated about 1 year ago (21 Jun 2008 at 02:29 PM)
recent activity
Stores boiler plate GUI startup code
Contents
|
|
|
Eclipse 1.0 | (1) |
|
|
GPLv2 | (1) |
|
|
Public Domain | (2) |
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...
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
Add a Comment