McRogueFace/tests
John McCardle 4d6808e34d feat: Add UIDrawable children collection to Grid
Grid now supports a `children` collection for arbitrary UIDrawable elements
(speech bubbles, effects, highlights, path visualization, etc.) that
automatically transform with the grid's camera (pan/zoom).

Key features:
- Children positioned in grid-world pixel coordinates
- Render after entities, before FOV overlay (proper z-ordering)
- Sorted by z_index, culled when outside visible region
- Click detection transforms through grid camera
- Automatically clipped to grid boundaries via RenderTexture

Python API:
  grid.children.append(caption)  # Speech bubble follows grid camera
  grid.children.append(circle)   # Highlight indicator

Closes #132

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 21:52:37 -05:00
..
archive Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
automation Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
bugs Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
demos Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
integration Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
unit Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
benchmark_moving_entities.py feat: Add comprehensive profiling system with F3 overlay 2025-10-25 00:45:44 -04:00
benchmark_static_grid.py feat: Add comprehensive profiling system with F3 overlay 2025-10-25 00:45:44 -04:00
constructor_audit.py Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
count_format_string.py Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
demo_animation_callback_usage.py Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
run_all_tests.sh feat: Add development tooling scripts 2025-10-23 13:19:25 -04:00
test_grid_children.py feat: Add UIDrawable children collection to Grid 2025-11-25 21:52:37 -05:00
unified_click_example.cpp Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00