blurbusters / RefreshRateCalculator

Apache License 2.0
7 stars 0 forks source link

Add alternate VSYNC estimator algorithm #2

Open mdrejhon opened 1 year ago

mdrejhon commented 1 year ago

A great alternate algorithm is published by @ad8e

https://github.com/ad8e/vsync_blurbusters/blob/main/vsync.cpp

He suggests that this is more accurate. I used Jerry's code simply because I needed JavaScript, and his was already JavaScript. However, he has released it as BSD-0, and should be a superior algorithm.