No description
Find a file
enzotar 9cc395d2a7 feat(demo): pixel streaming demo with delta+RLE encoding
- Source (index.html): physics sim → pixel capture → delta XOR + RLE encode → WebSocket
- Receiver (receiver.html): WebSocket → decode delta/keyframe → render + click interaction + RTT
- Relay (relay.js): bidirectional WebSocket relay (pixels ↓ signals ↑)
- 97% compression (18KB/frame vs 675KB raw RGBA)
- Interactive: click on receiver → impulse force on source → round-trip latency measured
- Frame types: 0x11 keyframe (every 60 frames), 0x12 delta+RLE
- No buffer bloat: drops frames when pipe is busy
2026-03-10 20:49:35 -07:00
.changeset chore: add per-package versioning, changesets, and clean changelogs 2026-03-08 23:12:54 -07:00
.playwright-mcp feat: Add Waveshare P4 panel device integration with display streaming and touch input, alongside core streaming engine and compiler updates. 2026-03-02 16:08:49 -08:00
bench feat: component registry with styled variants, dreamstack add/convert CLI, and showcase 2026-02-26 13:27:49 -08:00
compiler feat(compiler): v0.4 + v0.5 — CLI modularity, diagnostic pipeline, test suite 2026-03-10 09:09:02 -07:00
devices feat: Implement ds-screencast engine, panel preview, and Waveshare ESP-NOW communication. 2026-03-07 02:34:57 -08:00
docs feat(compiler): v0.4 + v0.5 — CLI modularity, diagnostic pipeline, test suite 2026-03-10 09:09:02 -07:00
engine feat(demo): pixel streaming demo with delta+RLE encoding 2026-03-10 20:49:35 -07:00
examples feat: Implement Panel IR emitter to generate JSON UI descriptions for LVGL panels. 2026-03-06 20:06:33 -08:00
registry feat: enhanced 14 registry components + component gallery 2026-02-26 18:25:49 -08:00
scripts chore: add per-package versioning, changesets, and clean changelogs 2026-03-08 23:12:54 -07:00
sdk feat: Add Waveshare P4 panel device integration with display streaming and touch input, alongside core streaming engine and compiler updates. 2026-03-02 16:08:49 -08:00
.gitignore feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
BITSTREAM_INTEGRATION.md docs: comprehensive documentation update 2026-02-27 11:15:54 -08:00
Cargo.toml feat(compiler): v0.4 + v0.5 — CLI modularity, diagnostic pipeline, test suite 2026-03-10 09:09:02 -07:00
CHANGELOG.md chore: add per-package versioning, changesets, and clean changelogs 2026-03-08 23:12:54 -07:00
cliff.toml chore: add per-package versioning, changesets, and clean changelogs 2026-03-08 23:12:54 -07:00
DREAMSTACK.md docs: comprehensive documentation update 2026-02-27 11:15:54 -08:00
IMPLEMENTATION_PLAN.md refine: type system second pass — deeper unification throughout 2026-02-27 11:54:15 -08:00
STREAM_COMPOSITION.md feat: comprehensive streaming improvements 2026-02-26 18:09:14 -08:00
TODO.md feat: Add Waveshare P4 panel device integration with display streaming and touch input, alongside core streaming engine and compiler updates. 2026-03-02 16:08:49 -08:00
USE_CASES.md feat: Add Waveshare P4 panel device integration with display streaming and touch input, alongside core streaming engine and compiler updates. 2026-03-02 16:08:49 -08:00