Skip to content

portaloffreedom/DeepLearningAnimation

Folders and files

NameName
Last commit message
Last commit date
Sep 4, 2018
Sep 24, 2018
Sep 17, 2018
Sep 8, 2018
Sep 24, 2018
Sep 18, 2018
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018

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

No packages published