Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4326
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Tolua | Description: | Port of ToLUA++ to bind LUA scripts to C/C++ code | Download: | tolua.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 180kb | Version: | 1.0.93 | Date: | 16 Apr 2013 | Author: | Waldemar Celes | Submitter: | Damien Stewart | Email: | hypexed/yahoo com au | Homepage: | http://www.codenix.com/~tolua/ | Requirements: | http://os4depot.net/index.php?function=showfile&file=development/language/lua.lha | Category: | development/language | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 7858 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 139 (Current version) | | 139 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This is a port of tolua++ for AmigaOS4. That allows you to bind LUA scripts to
C/C++ code.
* What is tolua++?
tolua++ is an extension of toLua, a tool to integrate C/C++ code with
Lua. tolua++ includes new features oriented to c++, such as class
templates.
tolua is a tool that greatly simplifies the integration of C/C++ code
with Lua. Based on a "cleaned" header file, tolua automatically generates
the binding code to access C/C++ features from Lua. Using Lua-5.0 API and
metamethod facilities, the current version automatically maps C/C++
constants, external variables, functions, namespace, classes, and methods
to Lua. It also provides facilities to create Lua modules.
|