-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
18 lines (14 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
XLua is a powerful Lua-scripting extension to Clickteam's Multimedia Fusion 2.
An overview of XLua is available at http://www.fusionwiki.com/wiki/XLua
The structure of this repository as as follows:
- Ext-Dyngrid :: An example bridge module between XLua and the Dynamic Grid Object. Uses the deprecated MMFI and object export model.
- XLua :: The core XLua extension.
- XLua-Java :: A Java-runtime version of the XLua extension.
- XLua-MMFI :: A loadable C Module for directly interfacing with MMF's internal state machine from Lua code.
- XLua-OpenGL :: A loadable C Module for using OpenGL from Lua code, based on LuaGL.
- XLua-Static :: A loadable C Module for statically-allocated arrays.
- XLua-Surface :: An incomplete helper extension for performinc CSurface drawing directly from Lua code.
- XSDK :: Support code for XLua-MMFI and bridge modules.
External Dependencies:
Most projects depend on either the official MMF SDK (referenced in projects as vendor/SDK/current), or rSDK.
These dependencies can be obtained from the Extension Development forum on Clickteam's message board.