-
Notifications
You must be signed in to change notification settings - Fork 422
Low latency presentation notes
Dean Herbert edited this page Jun 13, 2023
·
3 revisions
This page is for the sole purpose of keeping track of R&D efforts towards getting the lowest latency non-tearing frame presentation possible.
- GitHub - ishitatsuyuki/LatencyFleX: Vendor agnostic latency reduction middleware. An alternative to NVIDIA Reflex.
- vsync_blurbusters/render_vsync_demo.cpp at main · ad8e/vsync_blurbusters · GitHub
- CVDisplayLinkOutputCallback | Apple Developer Documentation
- GLFW CVDisplayLink implementation (pretty basic)
- https://thume.ca/2017/12/09/cvdisplaylink-doesnt-link-to-your-display/ (make sure to read edit)
- https://www.gamedeveloper.com/programming/game-loops-on-ios
An input lag investigation - General - Libretro Forums wait until Vsync API · Issue #1157 · glfw/glfw · GitHub
- Create your first project
- Learning framework key bindings
- Adding resource stores
- Adding custom key bindings
- Adding custom fonts