Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geontech/composite-comps
composite-based components
https://github.com/geontech/composite-comps
Last synced: about 2 months ago
JSON representation
composite-based components
- Host: GitHub
- URL: https://github.com/geontech/composite-comps
- Owner: Geontech
- License: lgpl-3.0
- Created: 2024-09-18T19:57:32.000Z (4 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-07T03:06:18.000Z (2 months ago)
- Last Synced: 2024-11-07T04:18:34.302Z (2 months ago)
- Language: C++
- Size: 66.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Composite Comps
This repo contains a collection of components built for the `composite` framework.
It also comes with headers that are used across the various components in this repo.## Getting started
### Build and Install
```cmake
cmake -B build
cmake --build build [--parallel N]
cmake --install build
```