1 个仓库
Libraries providing motion and animation capabilities specifically for Java-based user interfaces.
Distinct from Java UI Component Libraries: None of the candidates correctly capture a library dedicated to motion for Java UIs; most are general component libraries or server-side Java.
Explore 1 awesome GitHub repository matching user interface & experience · Java UI Motion Libraries. Refine with filters or upvote what's useful.
Rebound 是一个 Java 运动框架和物理引擎,旨在为用户界面动画创建自然的物理运动。它作为一个弹簧物理库,通过模拟力和振荡来驱动流畅的界面过渡。 该框架通过模拟现实世界的弹簧动力学和物理力来实现交互式运动设计,而非使用线性过渡。这使得在 Java 应用中创建有机运动成为可能。 该引擎通过基于弹簧的模拟处理物理动画,采用离散时间步长积分和与帧率无关的更新循环。它利用刚度和阻尼比等参数驱动的动力学,结合基于状态的运动插值来确定 UI 元素的位置。
Provides a specialized physics engine for adding fluid and organic motion to Java application interfaces.