Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pch/src/tolua/README @ 3127

Last change on this file since 3127 was 3127, checked in by rgrieder, 15 years ago

Update to tolua 1.0.93

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1This 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
Note: See TracBrowser for help on using the repository browser.