pygame notes and tricks
I'll be using pygame, like always. I know many other people use it too. I wanted to share my small collection of pygame notes and tricks. If you know of any more, please feel free to share!(log in to comment)
(log in to comment)
cyhawk on 2016/08/30 23:04:
For packaging do you think Docker could work? At least it would allow us to use whatever weird packages we want. Python 2 or 3 would work no matter what is installed on the target machine. I'm not sure how well it would solve platform compatibility. And I'm pretty sure it would not solve OpenGL version incompatibilities (or missing extensions) at all.