926 B
926 B
title, type, tags
| title | type | tags | ||||
|---|---|---|---|---|---|---|
| SwiftTerm | concept |
|
定义
SwiftTerm 是用 Swift 编写的终端仿真库(MIT 许可证),为 macOS、iOS 和 visionOS 应用提供完整的终端仿真功能,是 The Agency 项目中 Terminal Integration Specialist 的核心技术栈。
核心特性
- SwiftUI 深度集成
- VT100/xterm 完整支持
- UTF-8/Unicode 字符渲染
- 文本选择和复制
- 主题定制
技术栈
- 渲染:Core Graphics、Core Text
- 输入:UIKit/AppKit 事件处理
- 集成:SSH 流桥接(SwiftNIO SSH、NMSSH)
API 概览
- SwiftUI View 组件
- Input/Output Stream 处理
- Theme 配置接口
- Selection Handler
相关资源
- GitHub: https://github.com/migueldeicaza/SwiftTerm
- API Docs: https://migueldeicaza.github.io/SwiftTerm/
相关概念
- Terminal Emulation:终端仿真基础
- SSH Integration:SSH 集成模式