Crates.io | be_tween |
lib.rs | be_tween |
version | 0.5.1 |
source | src |
created_at | 2024-06-04 15:07:13.259289 |
updated_at | 2024-07-19 12:37:11.889738 |
description | Helper library to support tweening - with inital support for bevy |
homepage | |
repository | https://github.com/Bytekeeper/be_tween |
max_upload_size | |
id | 1261448 |
size | 49,708 |
This will allow you to write rather complex tween sequences. Although Bevy is one of the main targets, this library will work just fine without it.
Yes, but I recommend using a more mature library like bevy_tweening.
I used bevy_tweening at first. But it has some limits:
bevy | be_tween |
---|---|
0.14 | 0.5 |
0.13 | 0.4 |