-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to CefBrowserSettings to unlimit the Browser frameRate. #106
Comments
What version are you using where the fps is capped? |
Im using the 1.20.1 mcef fabric version. I test it on UFO Test and the result always shows at 30fps |
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. |
Ok! Thanks for the information. |
Will work on finishing that 6533 build now. Sorry for the delay |
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.
The text was updated successfully, but these errors were encountered: