Termbox

1.0.1

Swift Wrapper for Termbox: A Lightweight TUI Library
dduan/Termbox

What's New

1.0.1

2020-11-23T06:09:05Z

Update to Swift version 5.3. The TerminalPaint example is now part of this project.
Fixed incompatibility with Xcode.

Swift 5.3
Amazon Linux 2
CentOS 8
macOS 11.15
Ubuntu Bionic
Ubuntu Focal

This is a Swift wrapper for termbox.

Both the original C library and a Swift wrapper are included for Swift Package Manager uses. You can import ctermbox to use the original C API, or import Termbox to use the Swift API.

For a quick start, checkout the example paint (swift run paint), a small TUI program built with termbox.

You can read the comments in Sources/Termbox/Termbox.swift for more documentations. There are more demo programs in the C library as well.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Mar 12 2024 01:04:03 GMT-0900 (Hawaii-Aleutian Daylight Time)