Skip to content

portaloffreedom/DeepLearningAnimation

Repository files navigation

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.

About

Procedural Deep Learning Animations in Godot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages