Skip to content

JIVE v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 22:14
· 27 commits to main since this release
ba7d7cb

JIVE 1.2 - Animations

JIVE 1.2 introduces a powerful new animations API for Layouts and Style Sheets.

As shown in the updated Demo Runner, JIVE supports animating all expected layout and style properties as well as offering a flexible and intuitive API for animating any custom properties.

See docs/Animations.md for more info.

Animations example from the Demo Runner

Changes

  • Added support for JUCE 8
  • Added support for "transition" properties on Layouts (juce::ValueTree) and Style Sheets (juce::DynamicObject).
  • Made significant improvements to jive::BoxModel to reduce the amount of unnecessery recursion
  • Added a new Animations section to the Demo Runner