Getting set up for PyWeek

Open offer: if you're stuck on something Python related (doesn't even have to be Pyweek related!), drop me a line either as a comment on my entry, or in the IRC #pyweek channel and I'll see if I can help you out.

Quick kinda-brag: I hacked joystick support into PyGameZero and made a demo. You might like it if you're entering PyWeek:

Alien shooting a laser

There's a video at https://twitter.com/AnthonyBriggs/status/1039070401366650880, with a link to a gist in the replies (though bear in mind you'll need my version of PgZero with the joystick and mirroring patches applied). I'll put up a link to it as a test of the packaging process at some point soon.

(log in to comment)

Comments

I'm conscious that there is a growing pile of stuff to review/merge/cherry-pick for Pygame Zero. I've been busy with Pycon UK and then PyWeek...
@mauve that wasn't intended as a slight. PgZero is a labour of love - I wouldn't want to spoil it for you :)


(If it helps, I still haven't gotten around to resubmitting my pull request for mirroring).

Is your joystick support platform specific?


Do you handle only Windows Gaming Input Devices e.g.?

Hi Ikan, it's all based on Pygame, so Linux and Mac should work too (though I haven't tested that yet). I've just put up a source release at https://drive.google.com/file/d/1YlJ74RHER1yD8et1ySt70HLXyszvqrh1/view?usp=sharing if you want to give it a try and see if it works for you.