Giter Site home page Giter Site logo

liuxw7 / dspatcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cross-platform/dspatcher

0.0 0.0 0.0 5.13 MB

Cross-Platform Graphical Tool for DSPatch

Home Page: http://flowbasedprogramming.com

License: BSD 2-Clause "Simplified" License

CMake 9.66% C++ 89.89% Shell 0.45%

dspatcher's Introduction

Build Status Build status

Snap

DSPatcher

Cross-Platform Graphical Tool for DSPatch.

The DSPatcher project is made up of 2 parts:

  1. QtPatcher - A cross-platform circuit drawing library written in Qt C++.
  2. DSPatcher - A graphical tool based on QtPatcher for building DSPatch circuits.

Screenshot

Build

This project requires Qt: https://www.qt.io/download

git clone https://github.com/cross-platform/dspatcher.git
cd dspatcher
git submodule update --init --recursive --remote
mkdir build
cd build
cmake ..
make
  • If cmake .. fails, try cmake -D CMAKE_PREFIX_PATH=<path/to/Qt/x.y.z/compiler> ...
  • cmake .. will auto-detect your IDE / compiler. To manually select one, use cmake -G.
  • When building for an IDE, instead of make, simply open the cmake generated project file.

See also:

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

DSPatchables (https://github.com/cross-platform/dspatchables): A DSPatch component repository.

dspatcher's People

Contributors

marcustomlinson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.