You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I developed a beautiful interface on my normal computer using DPG, but now I want to use my code on an embedded device which is built on the aarch64 architecture, instead of the common x86_64 architecture which most common windows and linux pc-s use. Also with the increasing popularity of ARM chips in laptops might make this a very important feature.
Describe the solution you'd like
Compile DPG to aarch64 and upload it to pip.
Describe alternatives you've considered
I am currently trying to compile the source code for myself on the required device, but I am a little bit over my head. I am not making great progress...
Additional context
-- I can add here if questions arise --
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I developed a beautiful interface on my normal computer using DPG, but now I want to use my code on an embedded device which is built on the
aarch64
architecture, instead of the commonx86_64
architecture which most common windows and linux pc-s use. Also with the increasing popularity of ARM chips in laptops might make this a very important feature.Describe the solution you'd like
Compile DPG to
aarch64
and upload it to pip.Describe alternatives you've considered
I am currently trying to compile the source code for myself on the required device, but I am a little bit over my head. I am not making great progress...
Additional context
-- I can add here if questions arise --
The text was updated successfully, but these errors were encountered: