pyxel
pyxel copied to clipboard
A retro game engine for Python
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?...
I don't have much experience with compiling Rust projects but I have learnt about [Pyodide](https://pyodide.org/en/stable/) it allows running Python code in your browser & powers sites like [Iodide](https://alpha.iodide.io). Pyodide is...
When I try to run Pyxel I got the following Import Error: >Traceback (most recent call last): File "/Users/admin/git/pyxel/gettingstarted/hellopyxel.py", line 1, in import pyxel File "/Users/admin/Library/Python/3.10/lib/python/site-packages/pyxel/__init__.py", line 6, in from...
When the window becomes smaller than the `init`ed screen size, pyxel fails with ``` pyo3_runtime.PanicException: attempt to divide by zero ``` This happens due to `screen_scale`: https://github.com/kitao/pyxel/blob/0784e5fa2c0a85d2571509ead9d86c55654aa2e0/lib/engine/src/sdl2.rs#L395-L399 Here, `screen_scale` can...
The idea behind storing things as text is useful because it lets Git play with merges and changes of parts of pyxres files instead of only having 1 change at...
Hi, Pyxel users. Thank you for enjoying Pyxel. Let me ask you one question. From time to time, I get reports that Pyxel is used in school and cram school...
**Is your feature request related to a problem? Please describe.** We can run a pyxel game with a custom palette, but we can’t use it in the editor. **Describe the...
Fixes #315 Rework of #321 todo: - document - add constant for pyxpal extension
Autosave would be such a nice feature to not lose hours of work to not saving manually. Every 5 minutes would be excellent
# Didn't start with **xwayland** ### STDOUT: ```bash Xlib: request 55 length 16 would exceed buffer size. [1] 103185 segmentation fault (core dumped) ./pyxel run hello_pxl.py ``` ### Details -...