Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.65 KB

README.md

File metadata and controls

63 lines (47 loc) · 2.65 KB

A Reactor-Oriented Programming Framework in C++

CI

While reactor-cpp can be used as a standalone framework, it is designed to work in conjunction with Lingua Franca, a polyglot metaprogramming language. Read the Lingua Franca handbook to get an overview of the reactor model.

Build

mkdir build
cd build
cmake ..
make

The examples need to be built explicitly. Alternatively, take a look at the CONTRIBUTING.md for building with nix package manager.

Extras

reactor-cpp can be built with tracing support. This provides a powerful tool for analyzing and debugging reactor applications.

Contributing

For general guidelines about contributing, see CONTRIBUTING.md.

Publications

More related publications are available on the Lingua Franca publication page.