Do you support The #Python Software Foundation making a statement in support of peace?

2022-03-13 Thread René Dudfield
hey hey, Do you support The Python Software Foundation making a statement in support of peace? Vote here: https://twitter.com/pygame_org/status/1502989885296238593 cheerio, -- https://mail.python.org/mailman/listinfo/python-list

Re: Trouble trying to get started with pygame

2019-11-15 Thread René Dudfield
Hi, it's possible to have multiple processes running with separate pygame windows. However you need to communicate with an inter process mechanism. For example by running a web server over TCP/ip/sockets, or UDP with OSC, or shared memory with mmap, or even via clipboard copy/paste, the humble fi

Re: Trouble trying to get started with pygame

2019-11-06 Thread René Dudfield
Hi, either use python 3.7, or use the pre-release of pygame 2. py -m pip install pygame==2.0.0.dev6 We're not going to do a python 3.8 release for pygame 1.9.x cheers, On Thu, Nov 7, 2019 at 7:06 AM wrote: > > > Well, "py -m pip install pygame" has come the closest so far to > working. I

ANN: pygameweb 0.0.4 - Northern Rockhopper Penguin

2018-03-08 Thread René Dudfield
G'day. pygameweb is the source code for the pygame website at https://www.pygame.org/ [image: 6954251406_95ebe75f55_m] - #52

https://pygame.org/

2017-03-10 Thread René Dudfield
https://pygame.org/ -- https://mail.python.org/mailman/listinfo/python-list

ANN: pygame 1.8 released

2008-03-30 Thread René Dudfield
Hello, a new version of pygame is out. http://www.pygame.org/ Pygame is a set of Python modules designed for writing games. Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame