Developing a GUI program like BOIDS
jboyle
boyle5 at llnl.gov
Wed Feb 13 11:09:32 EST 2002
More information about the Python-list mailing list
Wed Feb 13 11:09:32 EST 2002
- Previous message (by thread): Proceedings CD-ROM of IPC10?
- Next message (by thread): Developing a GUI program like BOIDS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Proceedings CD-ROM of IPC10?
- Next message (by thread): Developing a GUI program like BOIDS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list