Developing a GUI program like BOIDS

jboyle boyle5 at llnl.gov
Wed Feb 13 11:09:32 EST 2002


WEC7108 <WEC7108 at boeing.com> wrote in message news:<3C6968A4.1CA9C62E at boeing.com>...
> I would like to develop a GUI program similar to the ever-popular BOIDS
> using Python instead of Java.  Are there URL references or books on this
> kind of development?  :o)  Bill

There is a Boids implementation in python. You can find it on the
Vaults of Parnassus, it is called pyboids. It uses threads to control
multiple flocks. I used it to learn about Tk and threads.



More information about the Python-list mailing list