https://github.com/accessory/flowra
https://github.com/accessory/flowra
scripting threading workflow-engine
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/accessory/flowra
- Owner: Accessory
- License: mit
- Created: 2020-10-02T08:33:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-02T09:08:55.000Z (over 5 years ago)
- Last Synced: 2025-06-13T01:06:10.425Z (12 months ago)
- Topics: scripting, threading, workflow-engine
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FlowRa
A workflow engine designed with multithreading in mind. The application can and needs to be extended with plugins.
## Introduction
The idea is that this program is run with a simple script and that everything else including threading is done by the plugins.
## Dependencies
The code was written with C++ 17 in mind and needs the following dependencies:
- boost
- FlowUtils