资 源 简 介
MonkeyLua makes the Lua scripting engine available to the Monkey programming language.
This is a very early alpha release, and is likely to have bugs and hiccups. It is NOT production-ready.
The targeted Lua version is currently 5.1, and MonkeyLua assumes that developers are using the latest build of Monkey.
Only C++ based targets are supported at the moment, but the only tested targets are stdcpp and GLFW under Windows.
To make sure .lua files are correctly copied from your data directory, add the following line near the start of your Monkey source file:
#TEXT_FILES="*.txt|*.xml|*.json|*.lua"
Installation instructions:
1. Copy the "monkeylua" directory into the "modules" directory of your current Monkey installation.
1. Add "(monkeydir)/modules/monkeylua/native/lua-5.1.5/src" to your include path for MinGW or Visual Studio. Alternatively you can copy the *.h files to the buil