energy
v2.5.1
能源是基於LCL和CEF開發的GUI框架
中文|英語
使用能量命令行工具的自動安裝開發環境
energy installenergy initgo run main.gomain.go
package main
import (
"github.com/energye/energy/v2/cef"
)
func main () {
//Global initialization
cef . GlobalInit ( nil , nil )
//Create an application
app := cef . NewApplication ()
//Specify a URL address or local HTML file directory
cef . BrowserWindow . Config . Url = "https://energye.github.io"
//Run Application
cef . Run ( app )
}energy buildenergy packagensis創建EXE安裝程序包dpkg創建DEB安裝程序包xxx.app| 作業系統 | 32位 | 64位 |
|---|---|---|
| 視窗 | 目標 | 目標 |
| MacOSX(Intel) | 目標 | |
| macos(蘋果矽) | 目標 | |
| Linux | 目標 | 目標 |
| Linux臂 | 目標 | 目標 |
創新的功能突破了困難。點亮star ,一起努力!