目录
目录README.md

Cncurses

A system library wrapper for ncurses(3) to be used with Swift.

How to use

Add it as a dependency in your swift package manifest (Package.swift):

let package = Package(
    dependencies: [
        .package(url: "https://github.com/rderik/Cncurses.git", from: "0.1.0")
    ]
)

Now you can import it from your Swift files as a regular module, as make calls to ncurses(3) functions. For example:

import Cncurse

initscr()

addstr("hello")
refresh()
getch()

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

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