/gdscript-dynamics

Second-order dynamics for Godot 4

Primary LanguageGDScript

Godot Second-Order Dynamics

An implementation of a second-order dynamic system in GDScript.

This is a second-order dynamic system for Godot 4. This helps make really natural procedural animation.

Credit goes to this video for explaining the concepts. My code is translated and slightly expanded from the code shared in that video.