Skip to content

ix/ocaml-termbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termbox OCaml library

C bindings for the termbox library. Termbox is a minimalistic API for creating text-based interfaces. It is a simpler alternative to ncurses.

Installation: opam install termbox

Or, using make:

make
make install

Note

  • The make installation method requires ocamlfind.

About

termbox bindings for OCaml - with added peek_event

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.6%
  • Python 15.7%
  • C++ 14.7%
  • OCaml 3.3%
  • Makefile 1.7%