Extra2D/include/animation
ChestnutYueyue a6c1f66fff refactor(animation): 移除旧动画系统并添加Tween动画支持
重构动画系统,删除旧动画组件(AnimationClip, AnimatedSprite等),添加新的Tween动画系统。主要变更包括:
1. 删除旧的动画相关文件(animation_clip, animation_frame等)
2. 实现新的Tween动画系统,支持多种缓动函数
3. 更新flappy_bird示例使用新的Tween系统
4. 调整include路径和xmake配置
5. 添加输入系统对控制器和鼠标滚轮的支持
2026-02-25 21:22:35 +08:00
..
sprite_frame.h refactor: 重构项目结构,优化代码组织与文件布局 2026-02-25 06:46:13 +08:00
sprite_frame_cache.h refactor: 重构项目结构,优化代码组织与文件布局 2026-02-25 06:46:13 +08:00
tween.h refactor(animation): 移除旧动画系统并添加Tween动画支持 2026-02-25 21:22:35 +08:00
tween_easing.h refactor(animation): 移除旧动画系统并添加Tween动画支持 2026-02-25 21:22:35 +08:00