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

https://github.com/stdware/choruskit

Editor Application Plug-in Framework
https://github.com/stdware/choruskit

Last synced: 2 months ago
JSON representation

Editor Application Plug-in Framework

Awesome Lists containing this project

README

          

# ChorusKit

ChorusKit is a plugin framework derived from Qt Creator for SVS applications.

## Dependencies

+ Qt
+ [SingleApplication](https://github.com/itay-grudev/SingleApplication)
+ [ExtensionSystem](https://github.com/qt-creator/qt-creator/tree/3.6) (ExtensionSystem, Aggregation, Utils)

## Components

### ExtensionSystem

+ [Qt Creator Plugin Overview](https://doc.qt.io/qtcreator-extending/)

## Build & Install

```sh
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX:STRING=

cmake --build build --target all

cmake --build build --target install
```