A bundle of broadcast graphics for Warwick's Awesome Speedruns & Demos to be used with nodecg.
This bundle was used for broadcast graphics at the Warwick's Awesome Speedruns & Demos 2018 event, which was joint hosted by the University of Warwick Computing Society and the Warwick Esports Society. Usage of these graphics can be found in videos of the event in this YouTube playlist.
This bundle is built on the nodecg broadcast graphics framework, under the MIT license.
The dashboard uses MithrilJS for creating user interface components, under the MIT license.
The broadcast graphics use the anime.js JavaScript animation engine for animating on screen elements, under the MIT license.
This bundle uses livesplit-core timing library, under the MIT license.
- Setup and install Node.js
- Setup and install nodecg
- Clone this repo and place into the
/bundlesdirectory of yournodecginstallation - Install dependencies by running
npm installwithin thewasd2018directory - Copy
wasd2018.jsonto the/cfgdirectory of yournodecginstallation - Populate the
wasd2018.jsonfile with the correct credentials/settings - Run using command
node index.jsin the directory of yournodecginstallation