Ponyboy47 / ncurses

Swift bindings into the C Ncurses library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NCurses

Swift bindings into the C ncurses library with complex macros included (not normally imported by swift, so I wrote them in swift)

Installation (SPM)

.package(url: "https://github.com/Ponyboy47/ncurses.git", .branch("master"))

Usage

Should be just like in C

License

MIT

About

Swift bindings into the C Ncurses library

License:MIT License


Languages

Language:Swift 98.2%Language:C 1.8%