2 repositorios
Ability to modify simulation physics parameters dynamically during active execution.
Distinguishing note: No candidates cover the runtime adjustment of skeletal physics parameters.
Explore 2 awesome GitHub repositories matching game development · Runtime Parameter Adjustment. Refine with filters or upvote what's useful.
Rebound es un framework de movimiento y motor de física para Java diseñado para crear movimientos físicos naturales en animaciones de interfaces de usuario. Funciona como una biblioteca de física de resortes que modela fuerzas y oscilaciones para impulsar transiciones fluidas en la interfaz. El framework implementa un diseño de movimiento interactivo simulando dinámicas de resortes del mundo real y fuerzas físicas en lugar de utilizar transiciones lineales. Esto permite la creación de movimiento orgánico dentro de aplicaciones Java. El motor maneja la animación basada en física mediante simulaciones de resortes, empleando integración de paso de tiempo discreto y bucles de actualización independientes de los fotogramas. Utiliza dinámicas basadas en parámetros, como rigidez y ratios de amortiguación, junto con interpolación de movimiento basada en estados para determinar la posición de los elementos de la UI.
Allows configuration of movement feel by adjusting stiffness and damping ratios without changing simulation logic.
KawaiiPhysics is an Unreal Engine physics plugin that provides a skeletal mesh simulation tool for calculating pseudo-physics bone sway. It is designed to create natural movement for hair and clothing by controlling bone rotation based on stiffness and damping without requiring a full rigid body physics engine. The system features a character physics constraint framework and a runtime controller that allows for the dynamic adjustment of simulation parameters and external forces. It utilizes data-asset preset management to ensure consistent physics behavior across different characters and obje
Enables adjusting simulation settings and external forces dynamically via scripts or visual programming.