No description
Find a file
enzotar d86818ca6a feat(compiler): full bitstream integration across 7 pipeline stages
AST: StreamDecl, StreamMode, Expr::StreamFrom { source, mode }
Lexer: Pixel, Delta, Signals keywords
Parser: parse_stream_decl() with mode parsing, StreamFrom expression
Signal Graph: streamable flag on SignalNode, auto-detect stream decls
Type Checker: StreamFrom returns Type::Stream
Codegen: emit_stream_init phase, StreamFrom → DS.streamConnect(),
  streaming runtime JS (WebSocket relay, binary protocol, signal frames,
  remote input handler, auto-reconnect)
CLI: 'dreamstack stream' command — compile+serve with streaming enabled,
  auto-inject stream declaration for the first view

All 77 workspace tests pass, 0 failures.
2026-02-25 13:13:21 -08:00
compiler feat(compiler): full bitstream integration across 7 pipeline stages 2026-02-25 13:13:21 -08:00
engine feat(ds-stream): RLE compression, input events, keyframe caching 2026-02-25 11:04:05 -08:00
examples feat(demos): sync protocol with Rust codec, add touch/gamepad support 2026-02-25 11:06:42 -08:00
.gitignore feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
BITSTREAM_INTEGRATION.md feat(ds-stream): RLE compression, input events, keyframe caching 2026-02-25 11:04:05 -08:00
Cargo.toml feat: universal bitstream streaming — any input → any output 2026-02-25 10:29:44 -08:00
DREAMSTACK.md feat: physics language integration — scene container with Rapier2D WASM 2026-02-25 10:58:43 -08:00
IMPLEMENTATION_PLAN.md feat: physics language integration — scene container with Rapier2D WASM 2026-02-25 10:58:43 -08:00