目录
目录README.md

Build Status

Termina

Terminal “character-based” rendering, driven by ANSI escape sequences. This library is free of Foundation.

Usage

import TerminaLib
var t = Termina(width: 1, height: 1)
let lines = ["|", "\", "-", "/"]
for i in 1 ... 100 {
    t.render(bitmap: [lines[i % lines.count]], to: stdout)
    usleep(10000)
}
t.clear(stdout) // use "t.end()" if you want to keep the rendered content

Demo

Quick Demo

关于
6.5 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号