Skip to content
forked from dduan/Termbox

Swift Wrapper for Termbox: A Lightweight TUI Library

License

Notifications You must be signed in to change notification settings

colinta/Termbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 this demo project, which uses SPM to use Termbox as a dependency and includes a small TUI program built with it.

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

About

Swift Wrapper for Termbox: A Lightweight TUI Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 53.8%
  • C++ 28.3%
  • Swift 17.5%
  • Other 0.4%