Godot gdextension csound library to allow playing music using csound. Currently works with Godot v4.3 stable release.
Project running in the browser godot-csound
This project uses docker to build the project for different platforms. The build scripts were developed using Ubuntu (x86_64).
sudo apt install docker.io
sudo usermod -a -G docker $USER
git submodule update --init --recursive
#build all platforms
make all
#build for ubuntu
make ubuntu
#build for windows
make mingw
#build for MacOS
make osxcross
#build for iOS
make ioscross
#build for Android
make android
#build for web
make web