andlabs / ui

Platform-native GUI library for Go.
Other
8.34k stars 647 forks source link

Add Linux/ARM64 support to ‘andlabs/ui’ #409

Open odidev opened 3 years ago

odidev commented 3 years ago

Hi Team,

I am working on the project ‘mvn-golang’, which installs ‘andlabs/ui’ during the build process. The build fails on Linux/ARM64 machine during ‘bin/go get github.com/andlabs/ui’ command.

I have checked the ui’s source code and found that there are architecture dependent files like link_linux_amd64.go, link_linux_386.go, link_windows_amd64.go. Similar files are missing for the linux/ARM64 platform. Hence the build fails on the ARM64 machine.

Do you have plans to support Linux/ARM64 in ‘andlabs/ui’? If yes, then I am happy to help and contribute. But I need suggestions on where I can find the source of these dependent binaries and how I can proceed further to add the Linux/ARM64 support.

Please suggest your thoughts on this.