WxInter

Tom B. sbabbitt at commspeed.net
Fri Sep 10 13:46:52 EDT 2004


"Eric Brunel" <eric_brunel at despammed.com> wrote in message 
news:chsieg$7q1$1 at news-reader3.wanadoo.fr...
> Michael Sparks wrote:
>> On Fri, 10 Sep 2004, Skip Montanaro wrote:
>>
>>
>>>    Tom> It seems that the thing that people like about Tk is the Canvas
>>>    Tom> object has anyone tried the wxFloatCanvas as a replacement.
>>>
>>>Where is it?  Google turns up essentially nothing for "wxFloatCanvas" on
>>>either groups or web.  That makes it a pretty well-hidden object.  Google
>>>offered "wxPlotCanvas" as an alternative.  Are they related?
>>
All you are talking about here is image bliting images onto other images. 
You can blit Images unto subimages and those images into other ones ad 
infinitum. You could do t in wxPython you could do the same in PIL. I wrote 
a hack of a boids demo and the only difference was the threading model.

I agree that it is best not to reinvent the wheel but Tk is its own language 
and wxPython is a library written for Python users.


Tom 





More information about the Python-list mailing list