Getting Started¶
Everything you need to go from nothing to a running experiment.
-
Install GLIDER on macOS, Windows, Linux, or a Raspberry Pi — either from a prebuilt app or from source.
-
Build a simple blink-and-record experiment end to end, then run it.
-
The handful of concepts — nodes, the exec flow, devices, sessions — that make everything else click.
The short version¶
- Install GLIDER and, if you plan to record video, FFmpeg.
- Connect hardware (an Arduino, a Pi, or a Bluetooth device) — or skip it and design offline.
- Build a graph: drop a
StartExperimentnode, wire it through some actions, and finish atEndExperiment. - Press Start. Watch it run, and record video and data as it goes.
- Save your work as a
.gliderfile to reopen, share, or run on a touchscreen Runner.
How much hardware do I need?
None, to start. You can build and even run a graph with no hardware connected — nodes that would drive a device simply report that nothing is attached. Add real hardware when you're ready.