/ncurses

Swift bindings into the C Ncurses library

Primary LanguageSwiftMIT LicenseMIT

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