Giter Site home page Giter Site logo

imrelovasz / route11 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cross-platform/route11

0.0 0.0 0.0 2.43 MB

The C++ Flow-Based Metaprogramming Framework

License: BSD 2-Clause "Simplified" License

CMake 0.45% C++ 95.96% C 3.57% HTML 0.02%

route11's Introduction

Route11

C++ flow-based metaprogramming library

Route11 is a powerful C++ flow-based metaprogramming library that allows you to create and route complex dataflow systems at compile-time.

Route11 uses Template Metaprogramming to construct complex "process systems" defined by static relationships between "process primitives". A process primitive is a generic host class that inherits a "process policy". The process policy defines the specific behavior of a process primitive. The general term: "process" can refer to either one of these abstractions (I.e. "2 processes connected in series" may refer to 2 primitives, 2 systems, or one of each)

Build & Run

git clone https://github.com/cross-platform/route11.git
cd route11
mkdir build
cd build
cmake ..
make

./example/Route11Example
  • 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.

The source code for the Route11Example application run above can be found in the "example" folder. This was written to assist developers in understanding the Route11 API as well as to demonstrate how it could be used to build an audio process chain.

Note: This project uses the open-source library RtAudio in order to stream audio to your computer's audio device. Linux users will need to install "libasound2-dev" (ALSA) before attempting to build.

route11'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.