An open API service indexing awesome lists of open source software.

https://github.com/jai-x/wasd2018

Broadcast graphics bundle for Warwick's Awesome Speedruns & Demos
https://github.com/jai-x/wasd2018

animejs mithriljs nodecg-bundle nodejs

Last synced: 3 months ago
JSON representation

Broadcast graphics bundle for Warwick's Awesome Speedruns & Demos

Awesome Lists containing this project

README

        

# wasd2018

A bundle of broadcast graphics for
[Warwick's Awesome Speedruns & Demos](https://uwcs.co.uk/events/wasd-2018) to
be used with [nodecg](https://nodecg.com).

## Usage
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](https://www.youtube.com/watch?v=hvA_k-yNEFQ&list=PL0cMFmWyMFGIUxjyapjmP9Wa_i5l1lOlS).

## Libraries

This bundle is built on the [nodecg](https://nodecg.com) broadcast graphics
framework, under the MIT license.

The dashboard uses [MithrilJS](https://mithril.js.org) for creating user
interface components, under the MIT license.

The broadcast graphics use the [anime.js](http://animejs.com) JavaScript
animation engine for animating on screen elements, under the MIT license.

This bundle uses [livesplit-core](https://github.com/LiveSplit/livesplit-core)
timing library, under the MIT license.

## Installation

* Setup and install [Node.js](https://nodejs.org)
* Setup and install [nodecg](https://nodecg.com)
* Clone this repo and place into the `/bundles` directory of your `nodecg`
installation
* Install dependencies by running `npm install` within the `wasd2018` directory
* Copy `wasd2018.json` to the `/cfg` directory of your `nodecg` installation
* Populate the `wasd2018.json` file with the correct credentials/settings
* Run using command `node index.js` in the directory of your `nodecg`
installation