-
Notifications
You must be signed in to change notification settings - Fork 79
Support for 120hz position update #97
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
Comments
Hi! I have the same issue. easy-move-resize/easy-move-resize/EMRAppDelegate.h Lines 5 to 6 in cf7c50e
IMO a reasonable deafult value will be 0.01 which corresponds to 100hz. |
Here is the version I compiled, it works great, much smooooooother! |
This! Incredible, thank you! |
Indeed. It works so much better @RealA10N, thank you! 😊 The stutter in the main release also happens in a 60hz screen. It looks like 20fps, maybe less. I'm using a Macbook Air with Sonoma |
@RealA10N Works great!. It could be ideal to be able to configure the refresh rate via options |
Yes this would be great. I'm using a 144hz monitor as well and I'm notifcing the jankiness still |
Hi, you can change the constant to 1/144 or even 1/200 and compile the project yourself 🙂 I'm not the maintainer of this project, it's just a quick fix |
I would if I knew how, I'm just the average consumer with no app development knowledge 😅 |
@seanlzq-hm you have to download the project (for example, through the releases page, it's a zip file), then open the contained .xcodeproj file in xcode, find the EMRAppDelegate.h file on the right and edit the variables inside, and then do the steps at the bottom of the readme file, starting with "In Xcode...". You should have the app in your homedir in a folder. |
Edited and recompiled for my 144hz monitor... So far so good. Thanks for the help @csumpasd and @RealA10N ! |
This works awesome on my M1 Macbook Pro (120hz) with any 144hz or 60hz displays together! Its super smooth. |
@dmarcotte it'd be great to make this the default or make it user configurable and get a release, i'm a bit nervous about downloading and running apps attached to issue comments |
I've opened #102 to get moving on a menu item for this. Would love any thoughts! |
I have a macbook m1 pro with 120hz and display with 144hz screen update, so the current position updating looks like "lagging" because of 60 "fps".
The best option is take the monitor refreshing latency and use it to delay calculations (as a delta)
Or you can add variants to menu for choosing user frequency
The text was updated successfully, but these errors were encountered: