mirror of
https://github.com/Relintai/procedural_animations.git
synced 2024-11-08 20:22:10 +01:00
A c++ engine module for godot, that lets you create new animations from animation frames.
docs | ||
.gitignore | ||
config.py | ||
LICENSE | ||
procedural_animation_player.cpp | ||
procedural_animation_player.h | ||
procedural_animation.cpp | ||
procedural_animation.h | ||
README.md | ||
register_types.cpp | ||
register_types.h | ||
SCsub |
Procedural Animations
This is a Procedural Animations engine module for the GODOT Engine.
clone this repository into your <Godot source>/modules/
, and compile.
cd <Godot source>/modules
git clone https://github.com/Relintai/procedural_animations procedural_animation