• Joined on 2024-06-17
david opened issue klubhaus/sideline#32 2026-03-18 17:05:42 +00:00
feat(effects): add entropy parameter to effect plugins
david opened issue klubhaus/sideline#29 2026-03-18 17:05:41 +00:00
feat(pipeline): add direct CLI mode with validation framework
david opened issue klubhaus/sideline#30 2026-03-18 17:05:41 +00:00
feat(pipeline): add fixtures system for cached test data
david opened issue klubhaus/sideline#31 2026-03-18 17:05:41 +00:00
feat(ui): enhance UI panel with preset picker and parameter adjustment
david pushed to feature/capability-based-deps at klubhaus/sideline 2026-03-18 11:24:37 +00:00
60ae4f7dfb feat(pygame): add glyph caching for performance improvement
david opened issue klubhaus/sideline#28 2026-03-18 11:23:50 +00:00
feat: add glyph caching to PygameDisplay for performance
david pushed to feature/capability-based-deps at klubhaus/sideline 2026-03-18 11:07:37 +00:00
4b26c947e8 chore: fix linting issues in plugins after refactor
david pushed to feature/capability-based-deps at klubhaus/sideline 2026-03-18 10:59:36 +00:00
b37b2ccc73 refactor: move effects_plugins to engine/effects/plugins
david commented on issue klubhaus/sideline#17 2026-03-18 10:58:50 +00:00
Story: EffectPlugin ABC and Registry

Superseded by #27 (standalone refactor ticket).

david opened issue klubhaus/sideline#27 2026-03-18 10:58:42 +00:00
Refactor: Move effects_plugins to engine/effects/plugins
david commented on issue klubhaus/sideline#17 2026-03-18 10:58:02 +00:00
Story: EffectPlugin ABC and Registry

Refactoring effects_plugins/ to engine/effects/plugins/:

  • Enables better integration with the effects system
  • Follows capability-based dependency resolution architecture
  • Fixes import…
david commented on issue klubhaus/sideline#25 2026-03-18 10:39:22 +00:00
Bug: Terminal display width wobble - inconsistent width measurement

Root Cause Analysis

The terminal display "wobble" was caused by multiple issues:

1. Missing Screen Clear (Primary Cause)

TerminalDisplay.show() was appending new content without…

david pushed to feature/capability-based-deps at klubhaus/sideline 2026-03-18 10:38:30 +00:00
b926b346ad fix: resolve terminal display wobble and effect dimension stability
david pushed to feature/capability-based-deps at klubhaus/sideline 2026-03-18 10:36:59 +00:00
46d5a8eed4 fix: resolve terminal display wobble and effect dimension stability
david closed issue klubhaus/sideline#25 2026-03-18 10:36:29 +00:00
Bug: Terminal display width wobble - inconsistent width measurement
david opened issue klubhaus/sideline#26 2026-03-18 10:02:51 +00:00
Add Streaming display backend
david opened issue klubhaus/sideline#25 2026-03-18 08:14:38 +00:00
Bug: Terminal display width wobble - inconsistent width measurement
david opened issue klubhaus/sideline#24 2026-03-18 07:44:57 +00:00
Story: Gallery Presets
david opened issue klubhaus/sideline#23 2026-03-18 07:44:47 +00:00
Story: Pipeline Introspection
david opened issue klubhaus/sideline#22 2026-03-18 07:44:41 +00:00
Story: Pygame Display Backend