X Tutup
Skip to content

rkalnins/godot-motion-matching

 
 

Repository files navigation

Motion Matching for Godot 4.3

A motion matching implementation in Godot 4.3, implemented following Dan Holden's article.

Wiki

You can find this repo's wiki here!

Features

You'll find on this repo:

  • A plugin that allow you to run motion matching queries on an animation dataset!
  • A CharacterBody3D implementing a simple movement logic.
  • Trajectory generation, including collisions and environmental checks.
  • An editor to bake and visualize motion matching features.
  • Blending nodes to qllow you to smoothly transition when switching animations.

Credits

About

A Motion Matching plugin for Godot 4.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 97.5%
  • Python 1.6%
  • C 0.9%
X Tutup