Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 849 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 849 Bytes

AnimationTest

Animation Test project with GDNative C++

Getting Started

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

Prerequisites

The dependencies of AnimationTest are:

godot >= 3.0.6
scons >= 3.0.1
eigen >= 3.3.5

Installing

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

Run

Open the project and run the example. A GDSCript loads the simple example library and connects a Button with the get_data function.