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

Home Page:https://energy.yanghy.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

operations in the BrowserWindow showing delayed

Edward923 opened this issue · comments

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

commented

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

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

commented

@Edward923

Enable GPU acceleration option

appCfg := cef.NewApplicationConfig()
appCfg.SetEnableGPU(true) // open gpu acceleration 
cefApp := cef.NewApplication(appCfg)

so much 3Q!!!