Getting Started
Setting up the library is simple. To setup simply copy the folder multi into your lua environment. Depending on how your path settings are set up you may need to add this line at the top of your code:
This also means that require does not return a handle for the library, instead the global environment is modified. This however is not a problem though.
After requiring the library you may want to create predefined objects or create your own to run side by side and have all of the features that make this library powerful. For a list of objects and how to use them take a look at the Objects page. This page will contain all of the information pertaining to object creation and manipulation.