A c++ engine module for godot, that lets you create new animations from animation frames.
Go to file
Relintai 9b20b6f7d9 Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
docs
.gitignore
LICENSE
README.md
SCsub
config.py
procedural_animation.cpp
procedural_animation.h
procedural_animation_player.cpp
procedural_animation_player.h
register_types.cpp
register_types.h

README.md

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