You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Every standard [easing function](https://github.com/SquarePine/squarepine_core/blob/main/modules/squarepine_core/maths/Easing.h) for animation purposes.
* Many `juce::XYZType` are available within the `juce::ValueTree` ecosystem via the [`VariantConverters`](https://github.com/SquarePine/squarepine_core/blob/main/modules/squarepine_core/valuetree/VariantConverters.h) provided.
@@ -93,6 +92,8 @@ A vast range of simple renditions of audio effects can be found, including an ec
93
92
* Call `sp::corsair::updateAllLEDsWithColour` to have some fun!
94
93
*[`sp::ImageFormatManager`](https://github.com/SquarePine/squarepine_core/blob/main/modules/squarepine_graphics/images/ImageFormatManager.h) makes it easier to bring together your favourite image formats, unifying their instances for loading images with your own codecs using JUCE's [`juce::ImageFileFormat`](https://github.com/juce-framework/JUCE/blob/develop/modules/juce_graphics/images/juce_ImageFileFormat.h) ecosystem.
95
94
* Simplifying font support for look and feels using [`sp::FontWeight`](https://github.com/SquarePine/squarepine_core/blob/main/modules/squarepine_graphics/utilities/Fonts.h#L5) and [`sp::FontFamily`](https://github.com/SquarePine/squarepine_core/blob/main/modules/squarepine_graphics/utilities/Fonts.h#L34).
95
+
* Every standard [easing function](https://github.com/SquarePine/squarepine_core/blob/main/modules/squarepine_animation/maths/Easing.h) for animation purposes.
96
+
* Including a [CubicBezier](https://github.com/SquarePine/squarepine_core/blob/main/modules/squarepine_animation/maths/CubicBezier.h) implementation with its own easing variants.
0 commit comments