LADI / luanewt

lua bindings for newt ncurses toolkit (LADI project modifications)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua bindings for Newt

luanewt provides simple lua bindings for Newt, a programming library for color text mode, widget-based user interfaces.

Note
Here are LADI project modifications of bindings that work with Lua 5.3 (and 5.4). A waf build system is provided as alternative to the original Makefile (uses pkg-config).

Dependencies

  • lua 5.3, 5.4 or future version of lua

  • newt

Install deps on MacOS X

brew install newt # MacOS X

Install deps on CentOS

yum install -y newt-devel # CentOS

build & usage

Using waf

Configure the source tree:

./waf configure --prefix=/usr

Build the source tree:

./waf

Install the source tree:

./waf install

Using make

and then just do make, run test with make test

About

lua bindings for newt ncurses toolkit (LADI project modifications)


Languages

Language:C 65.7%Language:Python 19.4%Language:Lua 12.6%Language:Makefile 2.3%