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 --
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
aarch64architecture, instead of the commonx86_64architecture 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
aarch64and 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 --