Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydipeepo/xdut-motion
継続可能なバネや滑走アニメーション、加速度の情報を持った Tween を含む、ノードをアニメーションさせるためのアドオンです。
https://github.com/ydipeepo/xdut-motion
godot redot
Last synced: 3 months ago
JSON representation
継続可能なバネや滑走アニメーション、加速度の情報を持った Tween を含む、ノードをアニメーションさせるためのアドオンです。
- Host: GitHub
- URL: https://github.com/ydipeepo/xdut-motion
- Owner: ydipeepo
- License: mit
- Created: 2022-09-10T13:30:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T20:02:50.000Z (3 months ago)
- Last Synced: 2024-11-03T20:19:53.745Z (3 months ago)
- Topics: godot, redot
- Language: GDScript
- Homepage:
- Size: 5.07 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [日本語](README.ja_JP.md)
# XDUT Motion
This add-on animates nodes with Tween, smooth reschedulable spring and gliding.
## Quick start
#### Checking the demo
1. `git clone https://github.com/ydipeepo/xdut-motion.git` or [download release](https://github.com/ydipeepo/xdut-motion/release).
2. Then open XDUT Motion and run it.#### Installation
1. `git clone https://github.com/ydipeepo/xdut-motion.git` or [download release](https://github.com/ydipeepo/xdut-motion/release).
2. Then copy `addons/xdut-motion` directory into your project.
3. And enable XDUT Motion from your project settings.> [!TIP]
> This add-on is compat with Godot Engine and Redot Engine.
>
> * Godot Engine 4.3 ~
> * Redot Engine 4.3 Beta 2 ~> [!IMPORTANT]
> This addon requires [XDUT Task](https://github.com/ydipeepo/xdut-task).
## Reference
📖 [Wiki](https://github.com/ydipeepo/xdut-motion/wiki) (Google Translated)
## License
🔗 [MIT](https://github.com/ydipeepo/xdut-motion/blob/main/LICENSE)