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
- Host: GitHub
- URL: https://github.com/geontech/composite-comps
- Owner: Geontech
- License: lgpl-3.0
- Created: 2024-09-18T19:57:32.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-09-03T12:55:12.000Z (8 months ago)
- Last Synced: 2025-09-03T14:38:40.943Z (8 months ago)
- Language: C++
- Size: 323 KB
- Stars: 1
- 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**](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
```