This is a simple newt binding library for lua 5.3, fork from luanewt.
It has been tested only on Mac OS X and Centos 6.
- complete the empty binding function
- improve the Lua api
- add documentation with LDoc
install deps
brew install newt # MacOS X
yum install -y newt-devel # CentOS
and then just do make
, run test with make test