Skip to content

docs(touch): the touch system guide + measured cost model - #211

Merged
doodlewind merged 1 commit into
mainfrom
docs/touch-guide
Aug 3, 2026
Merged

docs(touch): the touch system guide + measured cost model#211
doodlewind merged 1 commit into
mainfrom
docs/touch-guide

Conversation

@doodlewind

Copy link
Copy Markdown
Collaborator

Phase 2, change C (after #209/#210): docs/TOUCH.md — the get-started path a developer actually walks.

Structure: the three-layer pyramid (stop as high as you can) → zero-import button → TextFieldVirtualListcreateGesture (the ONE concept: claiming) → createScroller → hit facts (why touchRect doesn't exist) → degradation table + the one legitimate branch → modality → journey/tape/golden testing → the measured cost table (idle 0 ops/frame, steady fling 1, churn ≤15 — 0.2% of the PSP budget) with the engine's structural complexity promises.

🤖 Generated with Claude Code

The developer path through the touch pyramid — components (Focusable /
TextField / VirtualList) over gesture algebra (createGesture / createScroller)
over raw contacts — with the claim model, hit facts (why touchRect does not
exist), modality degradation, the testing story, and the MEASURED cost table
(counting-host over the real frame pump: idle 0 ops/frame, steady fling 1,
window-churn bursts <=15 — 0.2% of the PSP op budget).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@doodlewind
doodlewind marked this pull request as ready for review August 3, 2026 07:54
@doodlewind
doodlewind merged commit 51b703e into main Aug 3, 2026
@doodlewind
doodlewind deleted the docs/touch-guide branch August 3, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant