Merge from master
[external/tolua++.git] / README
1 This is tolua++-1.0
2
3 * What is tolua++?
4   tolua++ is an extension of toLua, a tool to integrate C/C++ code with
5   Lua. tolua++ includes new features oriented to c++, such as class
6   templates.
7
8   tolua is a tool that greatly simplifies the integration of C/C++ code 
9   with Lua. Based on a "cleaned" header file, tolua automatically generates 
10   the binding code to access C/C++ features from Lua. Using Lua-5.0 API and
11   metamethod facilities, the current version automatically maps C/C++ 
12   constants, external variables, functions, namespace, classes, and methods 
13   to Lua. It also provides facilities to create Lua modules.
14
15 * Availability
16
17   tolua++ is freely available for both academic and commercial purposes.
18   See COPYRIGHT for details.
19
20   tolua++ can be downloaded from the sites below:
21             http://www.codenix.com/~tolua/
22
23 * Installation
24   See INSTALL.
25
26 * Contacting the author
27   tolua has been designed and implemented by Waldemar Celes.
28   tolua++ is maintained by Ariel Manzur.
29   Send your comments, bug reports and anything else to 
30   tolua@codenix.com