energye / energy

Energy is a framework developed by Go language based on CEF (Chromium Embedded Framework) for developing cross-platform desktop applications for Windows, Mac OS X, and Linux
https://energye.github.io
Apache License 2.0
380 stars 28 forks source link

operations in the BrowserWindow showing delayed #8

Closed Edward923 closed 1 year ago

Edward923 commented 1 year ago

operating dialog / drawer / menu-page showing delayed ...

sxmxta commented 1 year ago

I need to take a look at the dynamic effect diagram Or an example or address used

Edward923 commented 1 year ago

cef.BrowserWindow.Config.Url = "https://pro.eleadmin.com/" and like this

sxmxta commented 1 year ago

@Edward923

Enable GPU acceleration option

appCfg := cef.NewApplicationConfig()
appCfg.SetEnableGPU(true) // open gpu acceleration 
cefApp := cef.NewApplication(appCfg)
Edward923 commented 1 year ago

so much 3Q!!!