SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Xsplit extensions examples #90

Closed schneider82 closed 8 years ago

schneider82 commented 8 years ago

Do you have some extension example. I would like to use the webserver I have already created for the content on the system to also change scenes and do a few other things plugins aren't allowed. I haven't created a plugin as yet simply using the HTML plugin. It would be great to have a walk through of the process of creating the extensions. Is this possible?

ghost commented 8 years ago

We do have a sample extension plugin that is open sourced: https://github.com/xjsframework/scene-rotator.

If you're planning to create one from scratch, I suggest that you use our yeoman based generator to scaffold an extension plugin for you. (Instructions)

Other info: How to use extension plugins

Try digging up with the codes, or play around with the generated project. Just comment on this issue if you got any other question while working on your plugin (or you can hit us up on gitter chat).

We'll do our best to help you out :smile:

mikeybanez commented 8 years ago

Closing this issue. Please create a new issue if you have any more concerns with the framework. Thanks!