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 npmwith Homebrew, or see this page). npm installto install dependencies.npm startto start the app.npm run distto build the app using electron-builder. Note that you will probably have to make some edits to thebuildobject inpackage.jsonto 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.