A c++ engine module for godot, that lets you create new animations from animation frames.
Go to file
2020-02-10 18:38:41 +01:00
docs Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
.gitignore Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
config.py Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
LICENSE Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
procedural_animation_editor_plugin.cpp Added the license text to all cpp files. 2020-01-31 19:39:58 +01:00
procedural_animation_editor_plugin.h Added the license text to all cpp files. 2020-01-31 19:39:58 +01:00
procedural_animation_player.cpp Added the license text to all cpp files. 2020-01-31 19:39:58 +01:00
procedural_animation_player.h Added the license text to all cpp files. 2020-01-31 19:39:58 +01:00
procedural_animation.cpp Added the interpolation methods from Animation. Also added equivalent structs to store animation keyframe data. 2020-02-10 18:38:41 +01:00
procedural_animation.h Added the interpolation methods from Animation. Also added equivalent structs to store animation keyframe data. 2020-02-10 18:38:41 +01:00
README.md Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
register_types.cpp Added the license text to all cpp files. 2020-01-31 19:39:58 +01:00
register_types.h Added the license text to all cpp files. 2020-01-31 19:39:58 +01:00
SCsub Started work on an editor plugin. 2020-01-25 00:31:34 +01:00

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