Jason wrote:

> Like I said, it's nothing complicated, no flashing wotsits or 3d
> quad-linear vertexes with bi-linear real-time shading, just simple
> 'points' a few lines or circles and nothing more.

all UI toolkits can do that.  just pick one, and read up on the
graphics API.  for Tkinter, you can use the Canvas widget or
the WCK:

    http://effbot.org/zone/wck-3.htm

or a pixel canvas, or perhaps WCK+AGG:

    http://effbot.org/zone/wck-pixelcanvas.htm
    http://effbot.org/zone/draw-agg.htm

etc.  more links:

    http://piddle.sourceforge.net/
    http://www.wxpython.org/
    http://matplotlib.sourceforge.net/
    http://www.riverbankcomputing.co.uk/pyqt/index.php

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to