pyxel icon indicating copy to clipboard operation
pyxel copied to clipboard

A retro game engine for Python

Results 50 pyxel issues
Sort by recently updated
recently updated
newest added

On pycharm I try to type "pyxel edit" and the link of the file but it say that "pyxel isn't recognized at a command" I tried every path at every...

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 replying this issue?...

help wanted
question

When running any program, such as 01_hello_pyxel.py, on Raspberry Pi (Raspberry Pi Zero 2 W running 2023-12-11-raspios-bookworm-arm64-lite) it shows only a black screen and the cursor. No error message is...

pyxel 2.0.6 not running on old pc with windows 8.1. pyxel 2.0.5 still works fine. Error: ``` > pyxel edit thread '' panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\glow-0.13.1\src\native.rs:56:13: Reading GL_VERSION failed. Make sure...

I'm encountering a really strange problem, which seems to be consistent for all pyxels apps for me. The left side of the screen is perfectly pixel perfect, but the sprites...

Hi, I'm getting an error when trying to load pyxel web : when loading either pyxel-play or pyxel-editor, I get these messages : Player output : ``` Traceback (most recent...

Hi -- I'm trying to use the "https://kitao.github.io/pyxel/wasm/launcher/?run=" command to run a game I just built that's stored in my GitHub repository but it's failing at importing some classes that...

Note: At least I _think_ it's a feature not implemented yet, correct me if I'm wrong. --- Would it be possible to implement a method similar to [Load()](https://pico-8.fandom.com/wiki/Load) that allows...

Hi, On a webpage, I'm trying to have the graphics editor and a form with an input side by side. But when the editor is open, the keyboard no longer...

I'm new to Pyxel and spent a long time trying to figure out why the `blt` function wasn't working for me. I had forgotten to load the resource file! 😅...