Product media placeholder
Replace this area with a screenshot or short walkthrough video during the media sweep.
The node reference is generated from Faster Motion metadata. Use it for lookup after you understand the surface-level authoring model. The reference should answer which node exists, what category it belongs to, what ports it exposes, which params it accepts, and where it is safe to use.
Reference source
faster-motion/src/core/NodeMetadata.tsis the editor-facing source of truth.faster-motion-docs/node-registry.jsonis the generated reference artifact used while drafting this docs MVP.faster-motion-docs/nodes/contains generated per-category and per-node pages that can be adapted into public docs after the first guide pages are live.
Current generated coverage
The generated registry currently contains 292 node descriptors.
inputs: 51 nodestext: 31 nodesanimation: 28 nodesboundary: 27 nodespaths: 24 nodesmath: 17 nodessolvers: 16 nodeseffects: 15 nodesskeleton: 13 nodesconstraints: 11 nodesintegration: 10 nodesdistribution: 10 nodesprocedural: 9 nodesstate-machine: 8 nodesfalloff: 6 nodesmedia: 5 nodesbundles: 4 nodesdata: 3 nodesattributes: 2 nodesdeformers: 2 nodes
How to use this reference
- Start from the surface guide: DOM, Canvas 2D, or Canvas 3D/procedural.
- Find the node family that matches the job: input, compute, writer, scene, geometry, particles, skeleton, or render planning.
- Check inputs and outputs before wiring.
- Check parameter defaults and allowed values before authoring a reusable sample.
- Run validation after the file is loaded.
Expansion plan
- Publish generated category index pages after the first public guide pages are verified.
- Add canonical examples to the most-used DOM and Canvas node families.
- Keep generated reference pages synced to node metadata so public docs do not drift from the editor/runtime contract.
Working sample slot
Reference sample: Insert a generated node page preview after the public docs renderer supports compact port and parameter tables. This page intentionally reserves the sample location so the live docs can ship before the verified examples are inserted.
Faster Motion docs
Use these pages as the first public Faster Motion documentation set. Working samples will be inserted after each sample is verified.
Start
Surfaces
Reference
- .fmtion file format
- Runtime loading and publishing
- Debugging and preflight
- Node reference index