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
/bundles
directory of yournodecg
installation - Install dependencies by running
npm install
within thewasd2018
directory - Copy
wasd2018.json
to the/cfg
directory of yournodecg
installation - Populate the
wasd2018.json
file with the correct credentials/settings - Run using command
node index.js
in the directory of yournodecg
installation