Here are some quick notes on Winamp's modern skins scripting engine (called MAKI) to get you started:
- MAKI stands for Make A Killer Interface.
- MAKI is a scripting engine for creating custom behavior from a Wasabi skin and set of components.
- MAKI scripts are precompiled into cross-platform bytecode. This means that the set of skin XML, elements and compiled scripts are completely cross-platform.
- Scripts can attach to any event of any object in the UI. Scripts can be loaded and unloaded in any order.
For more about MAKI, please read the MAKI Overview.
|
|