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-cpp
folder - Install dependencies (see
Dependencies
section 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
Compile
section 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