Procedural Animations in Godot Creating Animals | Godot step by step tutorial

Опубликовано: 06 Июль 2026
на канале: KiriSoft Games
8,077
308

Let's create some procedurally animated animals!

This video is a tutorial/explanation for a simple procedural animation technique I recently learned about. Essentially, it's animation rigging using a 2D chain simulation. I provide an coding explanation of the technique, then showcase a few animals I animated with it.

⚙️ Source code
https://github.com/AmanVerma0047/Proc...

👥 Socials
Discord: kirisavage

📗 Chapters
00:00 Intro
00:10 Showcase
01:59 Coding
02:54 How does it work
04:13 Implementation
08:23 Distance Constraint implementation
10:40 Expanding Code to Line2d
11:06 Generating Points
14:35 Applying Distance Constraint to Line2d
17:24 Revisiting Code
17:44 End Result
18:10 Customizations and Applying texture
20:36 Outro