Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.03 KB

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