-
I would argue that some of the UI toolkits, especially the ones which are cross platform, belong in their own category of abstraction layers. lcl/vcls seem to be switchable to gtk, native, qt, and oth…
-
```
$ go run example/simple/simple.go
#github.com/energye/golcl/lcl/rtl/version
../../go/pkg/mod/github.com/energye/golcl@v1.0.7/lcl/rtl/version/init.go:25:2: undefined: initOSVersion
#github.com…
-
CEF 118
Windows 11
go.mod:
```go
module main
go 1.22.0
require (
github.com/dustin/go-humanize v1.0.1
github.com/energye/energy/v2 v2.3.6
)
require (
github.com/energye/golcl v1.…
-
1. first create a clean energy by downloaded [energy_cmd_windows64](https://gitee.com/energye/assets/releases/download/v1.0.0/energy_cmd_windows64.zip)
2. windows -> cmd/energy.exe install . finally:…
-
hello, I need help
- energy install .
- create main.go
```
package main
import (
"github.com/energye/energy/cef"
)
func main() {
//全局初始化 每个应用都必须调用的
cef.GlobalCEFInit(nil, nil)
//创…