How to control hardware on Windows, Macos, Linux, Android, IOS?
Describe the feature
I know this is not a problem that UI should solve, but I would like to know if there is a solution to control device hardware with Go, cross-platform control of device Wi-Fi, Bluetooth, camera, microphone and other hardware facilities. I currently want to use core to develop a cross-platform instant messaging application, similar to mattermost, but I want to use Go to completely implement it without relying on other languages or relying as little as possible on other languages.
Relevant code
Thanks for filing this issue. Cogent Core does not currently support these features, but we hope to add support for them at some point. In the meantime, I would recommend looking at Awesome Go to see if there is anything there that can meet your needs. Otherwise, you will probably need to use cgo.
Thank you very much for your open source project. I am learning to use this project and apply it to more practical work applications. This open-source project has brought a very user-friendly GUI framework to the Go community.