-
ターミナルを使って pyxel がインストールできません。
-
I tried compiling Pyxel with Maturin 1.7.1+.
I changed an option in Pyxel's makefile from `--skip-auditwheel` to `--auditwheel skip` and then the compilation finished.
But when run an application,…
-
I'm new to using Pyxel, and have been trying to get it to work for the past hour or so. I've done the pip install for Pyxel, and have a file with the pyxel module imported and such. I'm trying to foll…
-
Dans les listes d'idées, un platformer, un jeu de course, peut être un RPG.
-
I have noticed that when playing the game on a second monitor, clicking does not work. It would be worth looking into whether this is just a limitation of the pyxel library, or whether there's somethi…
-
I have a question about the gamepad related inputs defined in 'pyxel/python/pyxel/__init__.pyi'.
What input does each of the following variables correspond to?
GAMEPAD1_AXIS_LEFTX: int
GAMEPAD1_A…
-
Hi, I started to make this library into a MSYS2 MINGW64 package but ran into multiple issues and I would like to know if you could guide me to fix those. (I already spent 6 hours on this... I do not w…
-
Hi Pyxel users,
I would like to create a page that introduces Pyxel user examples like [this](https://github.com/kitao/pyxel/wiki/Pyxel-User-Examples).
So could you tell me your work with Pyxel by…
-
TIC-80 has a set of eight boolean flags per sprite which are incredibly useful, for example for denoting 'walkable' tiles, special objects etc. It would be great if Pyxel had a similar feature (or may…
-
Context: https://github.com/kitao/pyxel/issues/401