- Home
- Installation
- Using Livekeys
- Plugins
- Developer
Index
Welcome to Livekeys documentation. This documentation is for Livekeys version 1.9.0.
The documentation is split into 2 sections. The user section contains documentation on how to use the application and the functionality available, while the developer section covers information on developing new functionality, together with the internal qml and c++ API.
User Section
The user documentation has the following subsections:
- Installation - How to install Livekeys.
- Running Livekeys - Running Livekeys for the first time.
- Projects and structure Describes projects and their structure.
- Plugins - Functionality for each plugin.
Developer Section
And the developer section has the following:
- Building Livekeys Building Livekeys from source.
- Creating a Plugin Creating a Livekeys c++ plugin.
- Packages and the package manager Wrapping your plugin in a package.
- Library API API for each library that comes with Livekeys.
- Plugin API API for plugins that export their types.