Animation Test project with GDNative C++
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone this repository recursively (including submodules):
git clone --recurse-submodules https://github.com/portaloffreedom/DeepLearningAnimation.git
The dependencies of AnimationTest are:
godot >= 3.0.6
scons >= 3.0.1
eigen >= 3.3.5
Generate godot_api.json:
$ cd src/godot-cpp
$ godot --gdnative-generate-json-api godot_api.json
Compile this project:
$ mkdir build && cd build
$ cmake ..
$ make
$ make install
Open the project and run the example. A GDSCript loads the simple example library and connects a Button with the get_data
function.