Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/src/external/tolua/README @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 1.2 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  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.
20
21  tolua can be downloaded from the sites below:
22            http://www.codenix.com/~tolua/
23            http://www.codenix.com/~tolua/tolua++-1.0.tar.bz2
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.