aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 560ca76615f4e25850bb5dd78c4507fee936987a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
LuaNcurses v0.02
Jesse Luehrs (jluehrs2@uiuc.edu)

OVERVIEW
========
Lua-ncurses is a wrapper around the ncurses library for terminal programming. It aims to expose the ncurses library in a way that is more natural to Lua programmers, rather than just be a thin wrapper around C function calls. It is currently rather incomplete, but most basic functionality is available.

INSTALL
=======
This module requires Lua 5.1. To install, modify the Make.config file with paths appropriate to your system and run 'make' and 'make install'.

DOCUMENTATION
=============
None yet, but hopefully the included tests should be explanatory enough for now. Real docs should be available in a later release.

CHANGES
=======
0.02
- Lots of cleanups
- Builds properly on OS X (?)

0.01
- Initial basic implementation

COPYRIGHT AND LICENSE
=====================
Copyright (C) 2008 Jesse Luehrs

This code is distributed under the MIT license; a copy is in the LICENSE file distributed with the source.