Skip to content

pd.cmake

pd.cmake is a collection of CMake scripts designed to simplify the process of creating build projects for Pure Data (Pd) externals.
It provides a unified, cross-platform way to generate build files (Makefiles, Xcode projects, Visual Studio solutions, etc.) for Pd externals using CMake.

Purpose

  • Automates the setup of CMake projects for Pd external development.
  • Ensures compatibility across multiple operating systems and IDEs.
  • Reduces boilerplate by providing reusable CMake modules specific to Pd.

Use case

Instead of manually writing platform-specific build scripts, developers can use pd.cmake to quickly generate the necessary build environment for compiling Pd externals.

Contributors


  • Download here.
  • Developed by Pierre Guiellot, Charles K. Neimog, and others.
  • Report Bugs here!
  • Available for .

Videos