MCEF (Minecraft Chromium Embedded Framework)

MCEF (Minecraft Chromium Embedded Framework)

1M Downloads

Add support to CefBrowserSettings to unlimit the Browser frameRate.

felpsdev opened this issue ยท 6 comments

commented

Hey! I was looking though the code and i notice the java-cef repo of yours does not support/implement the CefBrowserSettings class. The oficial Chrome's java-cef repo does support. I think it would be a great addition to unlimit the onPaint frameRate.

I dont know if there is a way to remove the 30fps cap using this library(MCEF), but if its not, it would be a good think to implement.

Thanks in addition.

commented

What version are you using where the fps is capped?
I believe I uncapped it back in 1.18

commented

Im using the 1.20.1 mcef fabric version. I test it on UFO Test and the result always shows at 30fps

commented

Hi, CefBrowserSettings will be exposed in an upcoming upgrade to our fork of java-cef (branch 6533). I have to finish CEF compilation jobs for this branch, which can take several days, sometimes a week. I expect to propagate the upgrade to mcef within the next week or so.

commented

Ok! Thanks for the information.

commented

Will work on finishing that 6533 build now. Sorry for the delay