Introduction
Welcome to the Fiero docs! This is where you'll find the user guides and API references for creating custom power-ups in Fiero, using FFS.
What does FFS stand for?
- Fiero Fun Script
- Fabulously Fast Scripts
- Fast Function Scripting
- ...and many other things
Why FFS?
For Fiero, we wanted a scripting language that was strongly typed, cross-platform, and critically, accessible. Whilst the Fiero engine itself is written in Rust, Rust doesn't lend itself well to supporting arbitrary code loaded at runtime on each of our platforms, and so we built FFS to solve this problem.