README 1.1 KB

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