Git Product home page Git Product logo

Piplene CodeFactor REUSE status

LVTK3

Minimal C++ library with Lua bindings and console. Write your LV2 plugins and gui's in C++. The Widgets library can be used in any project, it is not directly tied to LV2 UI.

Heavy Development: API's will break from time to time until the core system is ready. Plugin/UI templates are largely unchanged, but could radically change in terms of API.

Minimal by Design

LVTK is intended to be used as a subproject by LV2 plugin and UI developers. Docs, Lua Bindings, the Widgets Demo, Lilv wrapper tests, and the lvtk.lv2 plugins are disabled by default so plugin developers don't have to worry about it. If packaging, these items will need enabled manually via a meson native/cross file or the command line. see meson_options.txt

Widgets

Widget Status Purpose
lvtk.Widget Working Base for all widgets
lvtk.Button Close Base for most button types
lvtk.TextButton Close A regular button that shows text
lvtk.Label - A text display Widget
lvtk.Entry Started A basic single-line text entry
lvtk.Ranged Working Base for Widgets with a ralue range.
lvtk.Slider Close A basic single-value slider control
lvtk.Dial Started A basic single-value Dial (or Knob) control
lvtk.Embed Started Embed OS Native Windows/Views

Status Legend

  • Finished And ready to go.
  • Working but not finished in terms of fine details and final type names and signatures.
  • Close to working, functionality partially implemented.
  • Started some RND, highly experimental.

Building

To build and install, run

$ meson setup build
$ ninja -C build
$ ninja -C test
$ ninja install # optional

For MSVC on Windows, use:

meson setup build
meson compile -C build
meson test -C build

Widgets Demo

Linux & Windows

Go to the build directory and run it:

cd build
./lvtk-demo

macOS

Double-clickable Mac apps can be found somewhere in the build directory. The following command will list them all out.

# From the source top dir.
find build -name "LVTK*.app"

Screenshots

ISC License

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

3rd Party Code

Graphics/UI/Hosting classes utilize these libraries internally:

What For? License
Cairo Graphics backend MPL-1.1
STB Image Images MIT
STB Truetype Font Loading MIT
Roboto Built-in font Apache-2.0
Lua Lua Bindings MIT
Sol2 Lua Bindings MIT
Boost Tests/Signals BSL-1.0
Lilv Test host headers ISC
Suil Test host headers ISC

Issue Tracking

Please report bugs and feature requests on GitHub or GitLab.

LV2 Toolkit's Projects

LV2 Toolkit doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.