-
- PyGame : https://github.com/nomelif/Audionodes/issues/3
- PyAudio : https://github.com/nomelif/Audionodes/issues/1
Some of us probably do want to experiment while on windows :)
-
So I got this working with Python3 on xenial (want to show my nephew what pygame can do)
Not sure if it is of interest to you, but [link](https://github.com/Lewiscowles1986/Neinjarz/tree/python3)
…
-
Ha sido mencionada ya en un par de issues (#65 y #67) la posibilidad de usar el _event loop interno_ que tenemos (register, trigger, process) para controlar las acciones del héroe. Si extrapolamos un …
-
It seems that interaction between android.pyx, pyjnius and app pause mode can cause deadlock when going into pause mode or when resuming from pause mode. I am using the pygame bootstrap.
A few logs …
-
In order to get kivy to work, which i compiled from source, i had to download the sdl2.framework files and manually place them in _/Library/Frameworks/SDL2.framework_. Even i already installed the fr…
-
Parallel plugin crashes when using psychopy backend (using both dev and stable versions of opensesame and psychopy. I'm using the following experiment file: https://raw.github.com/NeuroanatomyAndConne…
-
New save format means previous saves will crash the game when they are loaded. The game doesn't have many maps so now it is easy to say "delete your old save", but in the future, our game may encount…
-
```
What steps will reproduce the problem?
1. starting a new game on very easy
2.
3.
What is the expected output? What do you see instead?
the menu does not keep popping up
What version of the produ…
-
Trying to get a simple html5 canvas example to work.
I tried putting this in example.html:
```
Canvas element size: 600 x 300, Canvas drawing surface size: 600 x 300
…
-
```
What steps will reproduce the problem?
1. start example gui9.py
2. close the welcome dialog
3. lclick the 'file' menu [ file submenu shows ]
4. move the mouse pointer over 'help' menu (without cli…