-
Notifications
You must be signed in to change notification settings - Fork 62
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
frame rate #491
Comments
@ogios
Does goneovim have slow scenes on your machine? |
not exactly, just qt can not be over 60fps by default, but I have a 144hz screen so I want to make it smoother. |
Hmmm, is there any references that Qt does not exceed 60 fps by default? |
@ogios Would your argument be the following points?
|
yes, exactly |
@ogios I have created a binary that allows visualization of the FPS of the goneovim. https://github.com/akiyosi/goneovim/actions/runs/5816026745 You can visualize the FPS by running goneovim in debug mode as follows;
I think this can be used to isolate the problem you reported. |
@akiyosi thanks, i'll look into it |
Hi, great work, really impressed by the minimap and all the ext stuff.
I have goneovim and neovide installed, both have their own specialties.
I'm wondering if there's a way to manually set the frame rate like neovide does, which will definitely provide a better feeling when coding.
The text was updated successfully, but these errors were encountered: