hoffstadt / DearPyGui

Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
https://dearpygui.readthedocs.io/en
MIT License
13.03k stars 678 forks source link

Support Window 10 on ARM #982

Open gold0827 opened 3 years ago

gold0827 commented 3 years ago

I use Window 10 on ARM ( laptop with Qualcomm Snapdragon 8cx ).

I find there is no version with pip installer for ARM.

Also I tested imgui demo ( https://www.dearimgui.org/binaries/imgui-demo-binaries-20210331.zip )

on my laptop and checked "example_win32_directx9.exe" was working.

In my conclusion, imgui works on ARM cpu and then DearPyGui can support the cpu.

If there is alternative solution for installing DearPyGui, I want to know building from source and register it on python package.

Thank you.

hoffstadt commented 3 years ago

Hi, we can add wheels for arm. Give us a few days!