rooklift / fluorine

Replay viewer for Halite 3, in JS (Electron)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluorine 🐢

"I got it yesterday, and it's already changed my life." — teccles

Fluorine Screenshot

This is a replay viewer for Halite 3.

Installation

If you have npm and Electron installed globally (npm install electron -g) you can enter the Fluorine directory and do:

npm install
electron .

If you only have npm, and don't want to install Electron globally, I'm told the following works instead:

npm install
npm install electron --save-dev --save-exact
./node_modules/.bin/electron .

Finally, for those who use Docker, lpenz supplies a Dockerfile.

Building

Once the dependencies are installed (npm install), it should be possible to build a standalone application with npm run pack but for Windows there's also a pre-built application in the Releases section of this repo.

Other dependencies

Usage

Open a file from the menu, or via command line with electron . filename.hlt. Drag-and-dropping a file onto the window may also work. Once a file is opened, navigate with left and right arrow keys.

Thanks

Thanks to Snaar, Shummie, Ewirkerman, and Lidavidm for helpful discussions. Fluorine was developed during the beta phase of Halite 3 despite me not actually being in the beta, so I relied on them for information. Thanks to DomNomNom for the "monitor folder" feature. Thanks to DanielVF for an OS X bugfix. Thanks for Billiam for coloured logs and other enhancements.

About

Replay viewer for Halite 3, in JS (Electron)


Languages

Language:JavaScript 95.6%Language:CSS 2.0%Language:HTML 1.9%Language:Python 0.5%Language:Batchfile 0.0%