bevy/crates/bevy_math/images/easefunction
SpecificProtagonist 7c2d54c93f
EaseFunction svg graphs in doc (#17461)
# Objective

The docs of `EaseFunction` don't visualize the different functions,
requiring you to check out the Bevy repo and running the
`easing_function` example.

## Solution

- Add tool to generate suitable svg graphs. This only needs to be re-run
when adding new ease functions.
- works with all themes
- also add missing easing functions to example.

---

## Showcase

![Graphs](https://i.imgur.com/V2oTEUq.png)

---------

Co-authored-by: François Mockers <mockersf@gmail.com>
2025-02-08 09:52:39 +00:00
..
BackIn.svg
BackInOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
BackOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
BounceIn.svg
BounceInOut.svg
BounceOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
CircularIn.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
CircularInOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
CircularOut.svg
CubicIn.svg
CubicInOut.svg
CubicOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
Elastic.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
ElasticIn.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
ElasticInOut.svg
ElasticOut.svg
ExponentialIn.svg
ExponentialInOut.svg
ExponentialOut.svg
Linear.svg
QuadraticIn.svg
QuadraticInOut.svg
QuadraticOut.svg
QuarticIn.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
QuarticInOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
QuarticOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
QuinticIn.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
QuinticInOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
QuinticOut.svg
README.md
SineIn.svg
SineInOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
SineOut.svg
SmootherStep.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
SmootherStepIn.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
SmootherStepOut.svg EaseFunction svg graphs in doc (#17461) 2025-02-08 09:52:39 +00:00
SmoothStep.svg
SmoothStepIn.svg
SmoothStepOut.svg
Steps.svg

EaseFunction

These graphs are auto-generated via tools/build-easefunction-graphs.