Skip to content

Commit

Permalink
Update TemporalResampler to v1.3.0
Browse files Browse the repository at this point in the history
- fixed blocking unhandled input types.
- change the clock code to a new "temporal acceleration"-based approach.
- changed prediction method to using weighted points, now uses 4 points to predict inputs instead of 3.
  • Loading branch information
shmkle authored Sep 13, 2024
1 parent be30911 commit 0dc3327
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"Name": "Temporal Resampler",
"Owner": "shmkle",
"Description": "Input resampler for higher hz monitors.",
"PluginVersion": "1.2.4",
"PluginVersion": "1.3.0",
"SupportedDriverVersion": "0.6.4.0",
"RepositoryUrl": "https://github.com/shmkle/TemporalResampler",
"DownloadUrl": "https://github.com/shmkle/TemporalResampler/releases/download/v1.2.4/TemporalResampler.zip",
"DownloadUrl": "https://github.com/shmkle/TemporalResampler/releases/download/v1.3.0/TemporalResampler.zip",
"CompressionFormat": "zip",
"SHA256": "28d9aa48dc2102c9c7c313b2e60202d406a8b0550b053894dba8711997a441b5",
"SHA256": "dec54e96db68f92767451cf7be48a442fc4eb54e9b165577f5fadeac1f46c2ce",
"WikiUrl": "https://github.com/shmkle/TemporalResampler/blob/main/README.md",
"LicenseIdentifier": "GPL-3.0-only"
}

0 comments on commit 0dc3327

Please sign in to comment.