secubox-openwrt/config
CyberMind-FR abe3f0a944 fix(wall): Implement true double buffering to eliminate visual glitches
- Created backBuffer canvas (same size as visible)
- All tile drawing now uses bbCtx (backBuffer context)
- Single ctx.drawImage(backBuffer) blit at frame end
- Eliminates tearing and square artifacts from partial renders
- BackBuffer resized in sync with visible canvas

Technical: Classic double buffering pattern - compose entire
frame offscreen, then atomic copy to display buffer.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-15 11:44:28 +01:00
..
mitmproxy fix(metablogizer): Optimize list_sites RPC for 78 sites performance 2026-02-26 13:30:28 +01:00
samples fix(wall): Implement true double buffering to eliminate visual glitches 2026-03-15 11:44:28 +01:00