Flow Sequencer [FS] is a Work in progress keyframe based sequencer for dynamically changing a Value or Reference. It is currently being developed by Mint Shock. It utilizes Spatial variables to read and write data do discrete Keyframes.
Main Features
- Easy to use ui inspired by traditional linear animation tools like Blenders Timeline.
- Leverage Spatial variables to read values and references in a performant way.
- This also means that FS supports all types that are supported by Spatial variables.
- Support for User:Mint Shock/System Standard to expand its capabilities.
- More Value Types and Interpolations.
- Special Keyframes types that can trigger custom behavior when read.
- Custom displays for a keyframes values
- Easily grab a reference to a field or reference from an inspector and drop it onto the tracks output.
- Easily drive the readhead position with any float value even ones being driven by other tracks.
Structure
FS is split into discrete levels. Each level has a specific responsability. The heaviest elements will be contained on the upper levels to minimize code and asset duplication.