fyne是golang跨平台開發框架支持linux,mac,window,andriod,ios
無依賴。
對話框
https://developer.fyne.io/api/v2.1/dialog/dialog.html
設計器
https://github.com/fyne-io/defyne
參考例子
https://github.com/jiftle/fyne_alogrithm-tool
https://gitee.com/yctxkj/xuptool
常見問題
windows下啟動編譯后的程序報錯"Cause: APIUnavailable: WGL: The driver does not appear to support OpenGL"
使用VBox虛擬機6.1版本,設置如下可解決
Settings -> Display -> Screen
Graphics controller: VBoxSVGA
Acceleration: Enable 3D acceleration
關聯issue https://github.com/fyne-io/fyne/issues/410