Skip to content

pierreguillot/pd.dummies

Repository files navigation

pd.dummies

A set of dummy pure-data objects

Travis CI Appveyor CI

Presentation

The dummies objects are a set of examples used for teaching purposes or to help other developers. You should not rely on it for your creations or any project that aims to be sustainable. By the way, most of the objects should be pretty useless.

Dependencies

Compilation

git submodule update --init --recursive
mkdir build && cd build
cmake ..
cmake --build . --config Release