Skip to content

tiedyedguy/DaddyRobot-MixPlay-MainPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DaddyRobot-MixPlay-MainPage

Welcome to the main section for talking about DaddyRobot's MixPlay Experience!

You can find the latest published experience at: https://daddyrobot.live/mixplays/

Overall Flow

This repo is for the main html part, or what Mixer would think of as the "game client." This page will be the server for the MixPlays. It will handle the authentication and starting of the MixPlay experiences. The main app.js file: https://github.com/tiedyedguy/DaddyRobot-MixPlay-MainPage/blob/master/js/app.js handles that.

After that is passes it off to one of the .js files named for each experience. So if you are looking to copy one, make sure you check out that file also.

Experiences

Here are the current experiences and their sources:

  • Pulls from the Bungie API for a Destiny2 character and displays them.
  • Based on the official twitch extension for Destiny2.
  • Biggest Backend for a MixPlay with lots of custom JS in the ./js/destiny2.js and ./js/destiny2helper.js
  • This one reads from the chat and shows the messages on screen. This is a good one for seeing how to look at messages also how to ignore whispers and moderated messages
  • It also has two way communication from this repo and itself, so good for seeing how to pass info back and forth.
  • This one puts a drawing program on top of the streamer.
  • A place for me to play around with MixPlay stuff, I included it because, why not.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published