-
v2.3.6 Stable
released this
2026-07-17 06:21:29 -07:00 | 8 commits to main since this releaseTachikoma v2.3.6
Bug fixes
- Input starvation when render-bound. When a frame's render exceeded the frame budget, the skipped inter-frame
sleepwas the only yield to Julia's event loop, so libuv never read stdin and every key was dropped while the app kept animating. The app loop now yields explicitly on render-bound frames, so keyboard/mouse input is serviced every frame regardless of render cost. Affects anyapp()running near or over its FPS budget, on any terminal.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Input starvation when render-bound. When a frame's render exceeded the frame budget, the skipped inter-frame