Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Tolua update to v1.0.93 is not working properly and I would not know how to fix it. I have created a patch however, just in case we need it after all.

  • Property svn:eol-style set to native
File size: 1.2 KB
RevLine 
[2238]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
[3138]16  tolua is freely available; you can redistribute it and/or modify it.
17  The software provided hereunder is on an "as is" basis, and
18  the author has no obligation to provide maintenance, support,
19  updates, enhancements, or modifications.
[2238]20
[3138]21  tolua can be downloaded from the sites below:
[2238]22            http://www.codenix.com/~tolua/
[3138]23            http://www.codenix.com/~tolua/tolua++-1.0.tar.bz2
[2238]24
25* Installation
26  See INSTALL.
27
28* Contacting the author
29  tolua has been designed and implemented by Waldemar Celes.
30  tolua++ is maintained by Ariel Manzur.
31  Send your comments, bug reports and anything else to
32  tolua@codenix.com
Note: See TracBrowser for help on using the repository browser.