Difference between revisions of "Develop:Module"
(Created page with "A Module is a package of features that can be added on to ISBoxer 2. Module development may involve the following technologies... * Develop:LavishGUI: In-client GUI/...") |
|||
Line 9: | Line 9: | ||
Modules can be created via the [[Module Creator Window]], after enabling Module Developer mode in the [[Prefs Tab]] | Modules can be created via the [[Module Creator Window]], after enabling Module Developer mode in the [[Prefs Tab]] | ||
+ | |||
+ | [[Category:Development]] | ||
+ | [[Category:Modules]] |
Revision as of 02:26, 29 March 2018
A Module is a package of features that can be added on to ISBoxer 2.
Module development may involve the following technologies...
- LavishGUI: In-client GUI/overlay
- LavishScript: In-client functionality
- Lua: ISBoxer 2 Launcher functionality
- JSON: Data exchange from ISBoxer 2 API, and from ISBoxer 2 Launcher to in-client LavishScript
- ISBoxer 2 API: Online configuration (HTML, CSS, JavaScript)
Modules can be created via the Module Creator Window, after enabling Module Developer mode in the Prefs Tab