# livekeys **Repository Path**: zeng_gui/livekeys ## Basic Information - **Project Name**: livekeys - **Description**: Livekeys - Component based live-coding environment. - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-02 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
[](https://gitter.im/live-keys/livekeys?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.com/live-keys/livekeys) [](https://ci.appveyor.com/project/dinusv/livekeys) * **Version**: 1.8.0 * **License**: LGPL * **Website**: [livekeys.io](https://livekeys.io) * **Demo**: [www.youtube.com/watch?v=ZPt5KSy1wh0](https://www.youtube.com/watch?v=ZPt5KSy1wh0) * **Documentation**: [livekeys.io/docs](https://livekeys.io/docs) * **Build Requirements**: * Qt 5.11 or higher * Open CV 4.1 or higher Livekeys is a platform that automates content creation in real time by combining visual scripting with live coding. Components are used to create pipelines for familiarized tasks (file reading, video editing, computer vision modules, etc), providing configuration via their user interfaces. To extend this pipeline, users can build their own components via live coding. Main features include: * **Image and Video Processing**: Load image/video files and applying various filters * **Node Editor** : Connect and configure components via nodes in a graph * **Timeline Editor**: Schedule animations and organize video segments * **Code editor**: Syntax highlighting, code completion, live coding, and seamless switching between UI configuration and code * **Interactive learning module**: Provides tutorials with interactions that guide you through the process of learning Livekeys. * **Plugin support**: Components are wrapped in plugins, then packages, which are installable through a package manager. ## Installation and getting started To get started, simply download the application from Livekeys's [website](https://livekeys.io/download), extract the archive, and you're ready to go. Step by step instructions are also found in the download section. ## Compiling To compile Livekeys, you need to have Qt and Open CV installed. You can then use `qmake` to generate the makefile, and run make or `nmake` to build: ``` cd