cross-platform / dspatchables

DSPatch Component Repository

Home Page:https://flowbasedprogramming.com

Repository from Github https://github.comcross-platform/dspatchablesRepository from Github https://github.comcross-platform/dspatchables

Build Status Build status

DSPatchables

DSPatch Component Repository

Build

git clone https://github.com/cross-platform/dspatchables.git
cd dspatchables
git submodule update --init --recursive --remote
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
  • cmake will auto-detect your IDE / compiler. To manually select one, use cmake -G.
  • When building for an IDE, instead of cmake --build, simply open the cmake generated project file.

See also:

DSPatch (https://github.com/cross-platform/dspatch): A powerful C++ dataflow framework.

DSPatcher (https://github.com/cross-platform/dspatcher): A cross-platform graphical tool for building DSPatch circuits.

About

DSPatch Component Repository

https://flowbasedprogramming.com

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 73.0%Language:C 25.3%Language:CMake 1.1%Language:HTML 0.3%Language:Meson 0.2%Language:Batchfile 0.0%Language:Shell 0.0%