A simple library implementing tweens for [Odin language](https://odin-lang.org).
There's already [flux-tween](https://github.com/odin-lang/Odin/blob/aa36ae01cf4e4d665fb190b9f00237dfad9d21ee/core/math/ease/ease.odin#L359) in the standard library,
but it was somewhat difficult to understand at first so I've made one myself.
## Features
- basic float values tweening
- array values tweening (vec2 and vec3 for example)
- supports easings from `core:math/ease`
- callbacks after completion
## Installing
You can clone this repo inside of your project and then just import the library using `import ntween`