No description
Find a file
enzotar 20ea2cb82e feat: Phase 5 — Live Playground with editor, preview, signal graph, console
- playground.html: full web IDE for DreamStack DSL
- Code editor with auto-compile (500ms debounce) + Ctrl+Enter
- Live preview: renders interactive UI from DreamStack code
- Signal graph: visualizes source signals, derived values, handlers, views
- Console: compile metrics, type inference (Signal<Int>, Derived<Bool>, etc.)
- 4 examples: counter, todo, effects, springs
- Dark theme with purple accent, premium glassmorphism design
2026-02-25 00:27:42 -08:00
compiler feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00
examples feat: Phase 5 — Live Playground with editor, preview, signal graph, console 2026-02-25 00:27:42 -08:00
.gitignore feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
Cargo.toml feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00
DREAMSTACK.md feat: add DreamStack project vision and detailed implementation plan documentation. 2026-02-24 23:49:59 -08:00
IMPLEMENTATION_PLAN.md feat: add DreamStack project vision and detailed implementation plan documentation. 2026-02-24 23:49:59 -08:00