egui-cha: TEA (The Elm Architecture) framework for egui
Architecture
┌────────────────────────────────────────┐
│ Design System (egui-cha-ds) │
│ Button, Input, Card, Modal... │
├────────────────────────────────────────┤
│ Component Layer │
│ Props / Emit / Hierarchical │
├────────────────────────────────────────┤
│ TEA Core │
│ Model, Msg, update(), view(), Cmd │
└────────────────────────────────────────┘
↓
egui