Re: Conway's Life Implementation

2006-08-27 Thread Andrew Trevorrow
"Putty" <[EMAIL PROTECTED]> wrote: > Hi. I was going to write an implementation of John Conway's Life game > using Python and Tk, but I soon found that Tk just didn't cut the > mustard for memory usage, management, and the like for such a project, > so I've found my best GUI bet for my project is

Re: Conway's Life Implementation

2006-08-27 Thread [EMAIL PROTECTED]
Putty wrote: > Do you think it would be reasonable to use wxGrid to make the game > area? > > [EMAIL PROTECTED] wrote: > > Putty wrote: > > > Hi. I was going to write an implementation of John Conway's Life game > > > using Python and Tk, but I soon found that Tk just didn't cut the > > > mustard

Re: Conway's Life Implementation

2006-08-27 Thread Putty
Do you think it would be reasonable to use wxGrid to make the game area? [EMAIL PROTECTED] wrote: > Putty wrote: > > Hi. I was going to write an implementation of John Conway's Life game > > using Python and Tk, but I soon found that Tk just didn't cut the > > mustard for memory usage, management

Re: Conway's Life Implementation

2006-08-27 Thread [EMAIL PROTECTED]
Putty wrote: > Hi. I was going to write an implementation of John Conway's Life game > using Python and Tk, but I soon found that Tk just didn't cut the > mustard for memory usage, management, and the like for such a project, > so I've found my best GUI bet for my project is wxPython and not > py

Conway's Life Implementation

2006-08-27 Thread Putty
Hi. I was going to write an implementation of John Conway's Life game using Python and Tk, but I soon found that Tk just didn't cut the mustard for memory usage, management, and the like for such a project, so I've found my best GUI bet for my project is wxPython and not pygame. Anybody have any