Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```