Skip to content

v2.0.0

Latest

Choose a tag to compare

@2dubu 2dubu released this 14 Jun 10:56
· 1 commit to main since this release
61098c7

Added

  • AnimatedPaletteGraphic (SwiftUI) and AnimatedPaletteGraphicView (UIKit) — an animated "living gradient" that renders a Palette as a multi-point, LAB-blended flow with organic, non-periodic (spring-driven) motion.
    • Configuration: colorCount (.two.five), speed (FlowSpeed: .slow / .regular / .fast), isAnimated.
    • Honors Reduce Motion and Low Power Mode (holds a static frame) and pauses while off-screen.
    • SwiftUI and UIKit share one inline-source Metal renderer (no .metallib resource bundle); the SwiftUI view wraps the UIKit view.

Changed

  • ColorCount moved to its own file so it is shared by PaletteGraphic and AnimatedPaletteGraphic. No API change.