Works on Godot 3.2-beta
This project is still not finished. See TODO board in here: Road to version 1.0
- Clone this repo recursively with
git clone --recursive - Navigate to
godot-cppfolder - Install dependencies (see
Dependenciessection below) and run:
# This may take a longer time to compile
scons p=linux/osx/windows generate_bindings=yes- Navigate back to the root directory of this repo and run command in
Compilesection below
- Scons
- g++
- FFTW3 configured with
./configure --enable-shared --with-pic
make
make install
Everytime you make change in c++ code you must recompile with one of these commands to see change in Godot
scons p=linux/osx/windows
