Godot libpd without rebuilding Godot. Supports 🪟Windows(x86_x64), 🐧Linux(x86_x64), & 🍎macOS(x86_x64, aarch64).
This library works and is ready to use. But repo in progress. Hit me up with an issue.
For now, the best way to download this is to download the project
artifact of the latest CI build. Take a look at this guide if you don't know how to do this. You will want the latest successful build from this page. A demo project is included (open the project.godot
file in the root of the archive you downloaded), and you can include this in your own project by copying the addons
directory into your project.
Most of the dependencies are bundled with the library as submodules. As long as you ran git clone with --recurse-submodules
and you have CMake installed, you should just be able to run dev.sh
to build.