core icon indicating copy to clipboard operation
core copied to clipboard

How to control hardware on Windows, Macos, Linux, Android, IOS?

Open zsy-cn opened this issue 6 months ago • 2 comments

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


zsy-cn avatar Jun 22 '25 09:06 zsy-cn

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.

kkoreilly avatar Jun 26 '25 00:06 kkoreilly

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.

zsy-cn avatar Jun 26 '25 12:06 zsy-cn