/lnewt

a newt binding library for Lua 5.3

Primary LanguageC

a newt binding library for Lua 5.3

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.

TODO

  • complete the empty binding function
  • improve the Lua api
  • add documentation with LDoc

build & usage

install deps

brew install newt # MacOS X
yum install -y newt-devel # CentOS

and then just do make, run test with make test