FLLuid (FLL Useful Information Display) is an easy-to-use display package for FIRST Lego League events run using the FLLTournament.com website. It provides a number of different displays, described below.
Download the packaged app from the latest release and run it.
- Install node and npm (
brew install node npm
with Homebrew, or see this page). npm install
to install dependencies.npm start
to start the app.npm run dist
to build the app using electron-builder. Note that you will probably have to make some edits to thebuild
object inpackage.json
to get what you want out of the build.
This software is still in development! Some functionality may be broken, and new features may be added at any time.
An initial feature-complete release is targeted for late summer/early fall 2020, but no promises on that.
If you'd like submit a bug report, feature request, or other concern, please open a new issue.