We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fd632 commit ad4eef1Copy full SHA for ad4eef1
1 file changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
## Updates
2
3
+### 04-May-2026
4
+
5
+- sokol_app.h android: The sokol-app Android backend now uses the Choreographer
6
+ API (if available) for frame pacing and for the frame duration (which has
7
+ much less jitter, similar to CADisplayLink on macOS/iOS).
8
9
+ Many thanks to @learnopengles for the PR!
10
11
+ Issue: https://github.com/floooh/sokol/issues/1502
12
+ PR: https://github.com/floooh/sokol/pull/1503
13
14
### 01-May-2026
15
16
- sokol_app.h macos: Move `activationPolicy` in front of window
0 commit comments