Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geontech/composite
Lightweight framework for building streaming applications
https://github.com/geontech/composite
Last synced: about 2 months ago
JSON representation
Lightweight framework for building streaming applications
- Host: GitHub
- URL: https://github.com/geontech/composite
- Owner: Geontech
- License: lgpl-3.0
- Created: 2024-09-12T17:38:38.000Z (4 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-07T03:07:16.000Z (2 months ago)
- Last Synced: 2024-11-07T04:18:50.725Z (2 months ago)
- Language: C++
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# composite
composite is a lightweight framework for building componentized streaming applications.
### Build and Install
```cmake
cmake -B build
cmake --build build [--parallel N]
cmake --install build
```