Description:
A mirror of the pygame mailing list. To join the real mailing list, go to http://www.pygame.org/wiki/info
pygame is gives multimedia to the python programming language.
|
|
|
new buffer code from Lenard
|
| |
Hellos,
Lenard made some new buffer improvements to pygame. If anyone has time to
test it with their apps that would be cool. Just installing it from
source, and seeing if your app still works ok. Especially if you use any
of the buffer related code directly.
[link]... more »
|
|
playing sound on Windows
|
| |
Hi all,
I've just subscribed to this list hoping someone can hplease elp me with the
following problem: I wrote the class bellow (I also attached it) that simply plays a sound
file when its method play_file() is called. It works on Linux perfectly, but
on Windows, no sound is played and I do need to find the reason of it.... more »
|
|
Complicated Blitting Order Issue
|
| |
Hello,
I have a fairly frustrating problem I am trying to solve. It's pretty
complicated to explain, so I'll do my best.
I am trying to use the depth effect of StarPusher (
[link])
to make my own game. I'm not using their code exactly, just the method of... more »
|
|
easy_install pygame on OSX ML
|
| |
Hey everybody,
I am getting a pygame dev environment setup on a new mac powerbook ...
Mountain Lion. Not my favorite macosx ever, but somewhat better than
Lion. I sure hope Apple gets its OS department back on track. But that
is another discussion. ...
Anyhow, I tried
$ easy_install pygame... more »
|
|
pygame-based tiled?
|
| |
So I'm sure most of you are familiar with tiled ... [link] ?
Has anybody ever talked about an equivalent in Pygame?
I'm about to upload some tiles and I may end up using pygame to tweak
the spritesheet a bit before I push it to Tiled. That got me thinking
...
-- A musician must make music, an artist must paint, a poet must write,... more »
|
|
install problem
|
| |
On my windows 7 PC, I installed Python 3.3.2 Windows x86 MSI
Installer<[link]>
Then I got pygame-1.9.1.win32-py2.7.msi<[link]>
During the install of pygame it wanted to know where python was installed
so I put in C:\Python33\ which is correct.... more »
|
|
Using pygame.transform.rotozoom()
|
| |
Well Im close but still no cigar on this issue and its been there from around
half way through developing my game. Im trying to achieve a rotating image
that scales at the same time with a colorkey. Problem is I can get colorkey
to work. Heres the code...
self.imagePuff = pygame.image.load("Images/puff .tga").convert()... more »
|
|
Developing on a Mac
|
| |
I think my IDLE shat itself a few months ago on Lion, I think there is a bug
with Lion or IDLE not sure which so I cant use IDEL anymore, instead I code
with Eclipse and run the game inside Terminal. Whatever errors I get,
Terminal spits out line numbers and error codes easily enough to read and I... more »
|
|
pygame.org
|
| |
Hello fello pygamers,
I was just curious as to whats happening over at [link] in terms of
accepting new registrations. When I try it says this feature has been
disabled, has anyone else had this problem, if this is the case is there any
information as to why or if they intend to accept reg. in the future?... more »
|
|
|