-
Notifications
You must be signed in to change notification settings - Fork 0
Development Environment Setup
JUNZ1 edited this page Aug 26, 2020
·
2 revisions
This project is created under Ubuntu 18, QtCreator 4.12.4 and GodotEngine 3.2.2 source
You should follow all the links in order to create a development platform
1- Installing Necessary Libraries regarding to your OS you can follow here
2- For Qt Creator Configuration you can follow this
3- You can move project folder under godot_src/modules
3- Its very important to change source folder name to the "neural" under godot_src/modules
Here is an example folder structure
/GodotEngine/godot/modules/neural$ ls
bnb.cpp
bnb.h
count_vectorizer.cpp
...
You will get a godot engine with Machine Learning Module after compilation.
You can test the new module just by using the test project