kitao / pyxel

A retro game engine for Python
MIT License
14.67k stars 824 forks source link

Palette colors not displaying correctly on Windows #560

Closed kitao closed 1 month ago

kitao commented 1 month ago

I’ve heard reports of palette colors not displaying correctly on Windows.

Please check your Pyxel app on Windows by comparing it with the attached image, and share your results along with your OS version and GPU info. Thank you.

05_color_palette

kitao commented 1 month ago

Here's the incorrect color version on Windows 名称未設定

kra53n commented 1 month ago

I have this problem on the my PC but when I resize the window, the color palette starts to display correctly.

OS: Windows10, version 22H2

I have two GPUs on the my laptop:

  1. Intel(R) HD Graphics 620
  2. NVIDIA GeForce GTX 950M
kitao commented 1 month ago

Thank you. If possible, please try the following wheels to check the result changes.

https://drive.google.com/file/d/1hNzTggNKFmsaE5wSsz9J5oruU4ZE-qHQ/view?usp=sharing

You can install it by pip install -U target_filename_in_zip

2024年8月17日(土) 19:46 kra53n @.***>:

I have this problem on the my PC but when I resize the window, the color palette starts to display correctly.

OS: Windows10, version 22H2

I have two GPUs on the my laptop:

  1. Intel(R) HD Graphics 620
  2. NVIDIA GeForce GTX 950M

— Reply to this email directly, view it on GitHub https://github.com/kitao/pyxel/issues/560#issuecomment-2294823681, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFFXETQDDMXXEVCAGZQC73ZR4SZVAVCNFSM6AAAAABMR4JYJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJUHAZDGNRYGE . You are receiving this because you authored the thread.Message ID: @.***>

kitao commented 1 month ago

I've released Pyxel 2.1.10 which should fix the issue. Please try it.

kra53n commented 1 month ago

In the new version of Pyxel, the color palette is displayed correctly!