schell/renderling

feat: Absolute animation time

Open

#218 创建于 2025年12月20日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (14 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (237 star)
PR 合并指标
 (PR 指标待抓取)

描述

The Animator currently expect a delta time. I find this a bit awkward to use (obviously opinionated). In my application I want to have a slider to control the animation and my suggestion would be to have an absolute animation time instead of the progress() function.

Just a suggestion. For now I will just implement my own animator (which is simple enough to implement)

贡献者指南