# LuaBridgeDemo
**Repository Path**: Ernest778/LuaBridgeDemo
## Basic Information
- **Project Name**: LuaBridgeDemo
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-04-14
- **Last Updated**: 2024-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# LuaBridgeDemo 1.0.2
[LuaBridge][3] is a lightweight, dependency-free library for making C++ data,
functions, and classes available to [Lua][4]: A powerful, fast, lightweight,
embeddable scripting language. LuaBridge has been tested and works with Lua
revisions starting from 5.1.5., although it should work in any version of Lua
from 5.1.0 and later.
The LuaBridgeDemo is a stand-alone graphical program for compiling and running
the LuaBridge test suite with an included interactive window where you can enter
and execute Lua statements in a persistent environment. The demo has these
features:
- Cross platform: Compiles on Mac OS, Windows, iOS, Android, and GNU/Linux
- No external dependencies: Comes with Lua, LuaBridge, and [JUCE][5], just build and run!
- Demonstrates the usage of LuaBridge with functional code.
Also included is a separate project for building a command line version of
the test suite, suitable as a starting point for building an automated
testing suite.
This is the LuaBridge Demo application, and the corresponding registration code
to export classes `A` and `B` to Lua.
### Version
LuaBridgeDemo repository tracks the LuaBridge branches:
- **[master][6]**: Tagged, stable release versions.
- **[develop][7]**: Work in progress.
## JUCE
[JUCE][5] is licensed separately, visit http://rawmaterialsoftware.com for more
details.
## License
Copyright (C) 2012, [Vinnie Falco][1] ([e-mail][0])
Copyright (C) 2007, Nathan Reed
Portions from The Loki Library:
Copyright (C) 2001 by Andrei Alexandrescu
License: The [MIT License][2]
[0]: mailto:vinnie.falco@gmail.com "Vinnie Falco (Email)"
[1]: http://www.vinniefalco.com "Vinnie Falco"
[2]: http://www.opensource.org/licenses/mit-license.html "The MIT License"
[3]: https://github.com/vinniefalco/LuaBridge "LuaBridge"
[4]: http://lua.org "The Lua Programming Language"
[5]: http://www.rawmaterialsoftware.com "The JUCE Library"
[6]: https://github.com/vinniefalco/LuaBridgeDemo "LuaBridgeDemo master branch"
[7]: https://github.com/vinniefalco/LuaBridgeDemo/tree/develop "LuaBridgeDemo develop branch"