• Joined on 2024-06-17
david opened issue klubhaus/sideline#4 2026-03-18 06:24:59 +00:00
Epic: Display Backend Expansion
david opened issue klubhaus/sideline#3 2026-03-18 06:24:51 +00:00
Epic: Data Source Unification
david opened issue klubhaus/sideline#2 2026-03-18 06:24:44 +00:00
Epic: Pipeline Architecture Modernization
david pushed to feature/capability-based-deps at klubhaus/sideline 2026-03-17 08:27:21 +00:00
05d261273e feat: Add gallery presets, MultiDisplay support, and viewport tests
david created branch feature/capability-based-deps in klubhaus/sideline 2026-03-17 08:12:48 +00:00
david pushed to feature/capability-based-deps at klubhaus/sideline 2026-03-17 08:12:48 +00:00
57de835ae0 feat: Implement scrolling camera with layout-aware filtering
4c97cfe6aa fix: Implement ViewportFilterStage to prevent FontStage performance regression with large datasets
10c1d057a9 docs: Add run-preset-border-test task and clarify uv/mise usage
7f6413c83b fix: Correct inlet/outlet types for all stages and add comprehensive tests
d54147cfb4 fix: DisplayStage dependency and render pipeline data flow
Compare 10 commits »
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 18:31:15 +00:00
828b8489e1 feat(pipeline): improve new pipeline architecture
31cabe9128 feat(pipeline): add metrics collection and v2 run mode
bcb4ef0cfe feat(pipeline): add unified pipeline architecture with Stage abstraction
996ba14b1d feat(demo): use beautiful-mermaid for pipeline visualization
Compare 4 commits »
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 09:05:02 +00:00
a1dcceac47 feat(demo): add pipeline visualization demo mode
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 09:00:08 +00:00
c2d77ee358 feat(mise): add run-pipeline task
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 08:59:02 +00:00
8e27f89fa4 feat(pipeline): add self-documenting pipeline introspection
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 08:54:13 +00:00
4d28f286db docs: add pipeline documentation with mermaid diagrams
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 08:46:29 +00:00
9b139a40f7 feat(core): add Camera abstraction for viewport scrolling
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 08:25:16 +00:00
e1408dcf16 feat(demo): add HUD effect, resize handling, and tests
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 08:10:21 +00:00
0152e32115 feat(app): update demo mode to use real content
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 07:59:53 +00:00
dc1adb2558 fix(display): ensure backends are registered before create
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 07:54:44 +00:00
fada11b58d feat(mise): add run-demo task
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 07:53:20 +00:00
3e9c1be6d2 feat(app): add demo mode with HUD effect plugin
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 07:43:30 +00:00
0f2d8bf5c2 refactor(display): extract shared rendering logic into renderer.py
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 07:31:00 +00:00
f5de2c62e0 feat(display): add reuse flag to Display protocol
david pushed to feature/vector_display at klubhaus/sideline 2026-03-16 07:01:03 +00:00
f9991c24af feat(display): add Pygame native window display backend