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: 7 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**](https://github.com/geontech/composite) framework.
It also comes with headers that are used across the various components in this repo.

## Getting started

### Prerequisites

Ensure you have the following installed:

- [CMake](https://cmake.org/) (version 3.15 or higher)
- A compatible C++ compiler (e.g., GCC, Clang) with C++20 support

### Build and Install

```cmake
cmake -B build
cmake --build build [--parallel N]
cmake --install build
```