Get started¶
Installation¶
Create project¶
This creates an initial project layout. See Project Structure for details. These files are created:
fairyflow.toml- Configuration fileprologue.py- Python file included into every scenescenes/scene1.ffpy- A scene filesequences/sequence1.ffsq- A sequence file (a sequence of scenes)
Start development environment¶
It starts a local web server. Click the printed URL to open the interactive environment.
First code & render¶
Open scenes/scene1.ffpy, it will contain the following code;
press Ctrl+Enter to evaluate.
Output video
Next steps¶
- Project Structure — scenes, groups, and files
- Shapes — Rect, Ellipse, Path
- Text — Text and font styling
- Animations — transitions, fades, path following
- Positioning — coordinates, alignment, and cross-group positioning
- Layout — column and row layouts
- Cues — interactive presentations