McRogueFace/tests/cookbook
John McCardle 55f6ea9502 Add cookbook examples with updated callback signatures for #229, #230
Cookbook structure:
- lib/: Reusable component library (Button, StatBar, AnimationChain, etc.)
- primitives/: Demo apps for individual components
- features/: Demo apps for complex features (animation chaining, shaders)
- apps/: Complete mini-applications (calculator, dialogue system)
- automation/: Screenshot capture utilities

API signature updates applied:
- on_enter/on_exit/on_move callbacks now only receive (pos) per #230
- on_cell_enter/on_cell_exit callbacks only receive (cell_pos) per #230
- Animation chain library uses Timer-based sequencing (unaffected by #229)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 18:58:25 -05:00
..
apps Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
automation Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
compound Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
features Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
lib Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
primitives Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
screenshots Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
__init__.py Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
cookbook_main.py Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00
run_screenshots.py Add cookbook examples with updated callback signatures for #229, #230 2026-01-28 18:58:25 -05:00