• Site admin.

  • Joined on 2020-09-17
john closed issue john/McRogueFace#144 2025-11-29 00:30:31 +00:00
Universal Dirty Flag & Texture Caching System
john pushed to master at john/McRogueFace 2025-11-29 00:30:31 +00:00
68f8349fe8 feat: Implement texture caching system with dirty flag optimization (closes #144)
john opened issue john/McRogueFace#145 2025-11-29 00:28:51 +00:00
TexturePool with power-of-2 bucketing for RenderTexture reuse
john commented on issue john/McRogueFace#144 2025-11-28 22:42:03 +00:00
Universal Dirty Flag & Texture Caching System

Implementation Progress

Completed

  1. cache_subtree property on Frame - Enables opt-in texture caching for any frame and its children
    • Constructor kwarg: `Frame(pos=(x,y),…
john closed issue john/McRogueFace#104 2025-11-28 21:26:34 +00:00
Basic profiling/metrics
john pushed to master at john/McRogueFace 2025-11-28 21:26:34 +00:00
8583db7225 feat: Add work_time_ms to benchmark logging for load analysis
a7fef2aeb6 feat: Add benchmark logging system for performance analysis (closes #104)
219a559c35 feat: Add dirty flag propagation to all UIDrawables and expand metrics API (#144, #104)
Compare 3 commits »
john pushed to at john/McRogueFace 2025-11-28 21:13:40 +00:00
8583db7225 feat: Add work_time_ms to benchmark logging for load analysis
john pushed to at john/McRogueFace 2025-11-28 21:05:55 +00:00
a7fef2aeb6 feat: Add benchmark logging system for performance analysis (closes #104)
john pushed to at john/McRogueFace 2025-11-28 20:44:09 +00:00
219a559c35 feat: Add dirty flag propagation to all UIDrawables and expand metrics API (#144, #104)
john opened issue john/McRogueFace#144 2025-11-28 20:36:02 +00:00
Universal Dirty Flag & Texture Caching System
john closed issue john/McRogueFace#138 2025-11-28 19:48:41 +00:00
AABB / Hit Testing System
john commented on issue john/McRogueFace#138 2025-11-28 19:48:41 +00:00
AABB / Hit Testing System

closed-by: 6d5a5e9e16e415e37fe1d40bd9e43d6301fb41c6

john closed issue john/McRogueFace#140 2025-11-28 19:47:38 +00:00
Mouse State Tracking and Enter/Exit Events
john closed issue john/McRogueFace#111 2025-11-28 19:47:38 +00:00
Click Events Broken in Headless
john pushed to master at john/McRogueFace 2025-11-28 19:47:38 +00:00
6c496b8732 feat: Implement comprehensive mouse event system
john closed issue john/McRogueFace#141 2025-11-28 19:47:38 +00:00
on_move Event for Pixel-Level Mouse Tracking
john closed issue john/McRogueFace#142 2025-11-28 18:40:15 +00:00
Grid Cell Mouse Events
john pushed to at john/McRogueFace 2025-11-28 04:08:31 +00:00
6c496b8732 feat: Implement comprehensive mouse event system
john pushed to master at john/McRogueFace 2025-11-28 03:36:15 +00:00
6d5a5e9e16 feat: Add AABB/hit testing foundation (#138)
john closed issue john/McRogueFace#139 2025-11-28 03:32:02 +00:00
Callback Naming Standardization