Important note: xui
is not maintained any more. If you wish to develop plugins for XSplit Broadcaster, please proceed to xjsframework/xjs instead.
Table of contents
Plugins are important tools for extending the utility of XSplit Broadcaster. In order to allow developers to create useful plugins for the community, the XUI framework is created to encapsulate the capabilities of the application in an easy-to-understand manner.
To learn about the basics of XSplit Broadcaster plugins, and an introduction to developing your own, click here.
XSplit Broadcaster's functions may be used by developers through the Plugin Framework. For the latest API documentation, click here.
We provide some tools that could speed up your plugin development. To learn more, click here.
This section is under construction.
The plugin framework makes use of the following libraries internally:
We do our tests using the Jasmine test framework (Github).
Our API documentation is automatically generated using Typedoc (Github).
This section details important changes to this document.
v. 0.1.0 Initial release version.