aboutsummaryrefslogtreecommitdiffstats
path: root/src/render.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renderer: inter-frame diffing to minimize terminal outputgbc dev2026-07-041-9/+51
| | | | | | | Only cells that changed since the previous frame are redrawn, using cursor positioning to skip unchanged runs. Static screens write nothing after the first frame (~108x reduction on acid2). SIGWINCH forces a full repaint. Verified pixel-exact against the framebuffer (11520/11520 cells, 0 mismatch).
* add status line HUD, README with architecture and test statusgbc dev2026-07-041-0/+3
|
* terminal renderer (truecolor half-block), input, screenshot modegbc dev2026-07-041-0/+112