具有自定义模板语言和运行时的 TUI 库。
注意Anathema 目前应被视为 alpha。
入门
hstack [width : 40, height: 10]
// Left pane
expand [factor : 1]
border
vstack
for item in [1, 2, 3]
text "Item " item
// Right pane
expand [factor : 4]
border
expand
text "This isn't where I parked my car!"
输出
┌──────┐┌──────────────────────────────┐
│Item 1││This isn't where I parked my │
│Item 2││car! │
│Item 3││ │
└──────┘│ │
│ │
│ │
│ │
│ │
└──────────────────────────────┘