No description
Find a file
2019-06-23 10:47:40 +02:00
html Fix source 2019-06-23 10:47:40 +02:00
_config.yml Set theme jekyll-theme-cayman 2019-06-23 10:21:48 +02:00
index.html Better redirect URL 2019-06-23 10:27:16 +02:00
LICENSE Initial commit 2019-06-22 21:10:58 +02:00
main.js Add files via upload 2019-06-22 21:12:51 +02:00
offline.html Add files via upload 2019-06-22 21:12:51 +02:00
package.json Add files via upload 2019-06-22 21:12:51 +02:00
README.md Add demo 2019-06-23 10:25:57 +02:00

console-hub

Hub application to be controlled with controller (gamepad) through gamepad HTML5 API

Installation

Installation can be done both with electron and on normal websites.

Electron

If you have installed node.js and electron, you can build the app yourself. For packaging, I personally use (and prefer) electron-packager. Use all files in the repository (electron-packager .)

Website

If you want this console to be available online, please keep in mind that it is NOT the intended way to use. There are several known bugs (not working settings, some modules undefined). To install, just upload all files onto your hosting and access /html/ (index.html in root redirects there).

Add missing files

Because of legal issues (Copyright, cannot upload publicly), fonts and styles are missing. To fix that, you must do following steps:

  • download open sans: Because of legal issues, I cannot place here direct link. One that I use is font-squirrel. Put all the files in /html/opensans/. Styles.css will automatically include them.

If you did everything correctly, Console hub now have all required files to run.

Demo

GitHub

A github demo is accesible on GitHub.io, where is available latest development.

Stable

A stable version is available on danbulant.eu, where is latest working stable release.