noahkra / SplitsAnalyser

A program for analysing Livesplit splits files and showing statistics, graphs and much more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SplitsAnalyser

release_shield totaldownloads_shield latestdownloads_shield

bug shield enhancements shield closedissues shield

A program for analysing Livesplit splits files and showing statistics, graphs and much more!

How the program is built up:

Launching the program launches app.js. This will get electron up and running and will launch the splash screen splash.html while the main file is being loaded. The main file is index.html, which in itself launches index.js. This is where most of the code is stored. There's two main dependencies outside of the node modules, which are d3.js and d3-legend.js. Both are stored locally to speed up the program and having it as non-reliant to an internet connection as possible. Other node modules needed for development are specified in package.json.

Contributing guidelines:

Please make sure to check out CONTRIBUTING.md before contributing any code to the repo!

About

A program for analysing Livesplit splits files and showing statistics, graphs and much more!

License:MIT License


Languages

Language:JavaScript 73.9%Language:HTML 26.1%