davidxifeng / lnewt

a newt binding library for Lua 5.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a newt binding library for Lua 5.3


Languages

Language:C 82.5%Language:Lua 15.8%Language:Makefile 1.7%