"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
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
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
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
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