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
- Host: GitHub
- URL: https://github.com/stdware/choruskit
- Owner: stdware
- License: lgpl-2.1
- Created: 2023-08-01T07:39:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-31T09:46:36.000Z (3 months ago)
- Last Synced: 2026-01-01T08:10:23.741Z (3 months ago)
- Language: C++
- Homepage:
- Size: 1.13 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```