nih-plug VS kakoune-lsp

Compare nih-plug vs kakoune-lsp and see what are their differences.

nih-plug

Rust VST3 and CLAP plugin framework and plugins - because everything is better when you do it yourself (by robbert-vdh)

kakoune-lsp

Kakoune Language Server Protocol Client (by kakoune-lsp)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nih-plug kakoune-lsp
30 9
1,378 572
- 1.6%
8.5 9.2
11 days ago 7 days ago
Rust Rust
ISC License The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nih-plug

Posts with mentions or reviews of nih-plug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • Loudness War Winner
    1 project | news.ycombinator.com | 1 Jan 2024
  • Write your business logic with Rust, Empowered by Rinf for Native Performance Apps
    5 projects | /r/FlutterDev | 8 Dec 2023
    Super cool. Any experience doing audio/synthesis/DSP work with this in a Flutter app? It would be particularly awesome if this enabled building VST plugins with Flutter and one of the Rust crates for VSTs (like NIH-plug or similar).
  • A writeup on my journey so far developing PCMG synthesizer! A couple interesting titbits about my frustrations with WASM target.
    1 project | /r/rust | 7 Dec 2023
    Looks nice! Rust really is a perfect fit for real-time audio software. At work we also use cpal for audio output, and has found some bugs as well. In my free time I'm tinkering with CLAP plugins for Bitwig, your app looks quite similar to Bitwig Grid which I like a lot. Maybe providing it as a plugin would be a future option.
  • Get Started Making Music
    5 projects | news.ycombinator.com | 15 May 2023
    I don't think Max4Live is not a good choice for building audio plugins. It's a weird platform that was designed for 'institutionalized academic music,' as I once read someone describe it. It's difficult to program in and not efficient. None of my favorite music software is made with it. It's also quite buggy, in my experience. For doing some basic extensions to Ableton Live specifically, beyond what VST allows access to, it's OK, since it's the only official way to do so.

    If you want to just dive into DSP using wires and boxes, with some additional code sprinkled in, SynthEdit or Reaktor Core are faster, more fun, and produce better results. If you don't mind C++, check out iPlug from REAPER's WDL codebase: https://www.cockos.com/wdl/ — there are some forks of it.

    There's also JUCE. You'll find some people complain about it and some people regret using it, despite it being relatively popular.

    There are some Rust things for doing VST (and AU) development. Here's one that I've seen a few things made with: https://github.com/robbert-vdh/nih-plug/tree/master I wouldn't worry too much about the differences between C++ and Rust in this world. Audio software tends to be buggy, so the bar for being considered 'good enough' is pretty low.

  • DSP and Audio plugins.
    1 project | /r/rust | 4 May 2023
    There’s nih-plug for VST and CLAP plugins
  • Chromatic - instrument tuner by nate-xyz.
    4 projects | /r/linuxaudio | 17 Apr 2023
    As it's written in Rust, perhaps it could be implemented as a CLAP plugin. This is a nice framework I've been playing with https://github.com/robbert-vdh/nih-plug/
  • What do you think is the next major direction for Rust adoption?
    8 projects | /r/rust | 24 Mar 2023
    The potential is both in terms of moving away from proprietary corporate-controlled standards (but also still providing shared wrappers to support those "legacy" :) audio plugin formats) and supporting Rust as a first class development language (via e.g. https://github.com/robbert-vdh/nih-plug).
  • Ask HN: Any sound-related project suggestions for learning Rust?
    5 projects | news.ycombinator.com | 14 Mar 2023
  • Seeking: Non GPL - VST3 basic API support
    2 projects | /r/rust | 10 Mar 2023
    Yep, Steinberg licensing sucks. I suggest you use nih-plug, it has a much nicer Rust API and supports generating both VST3 and CLAP plugins from your code. I'm only targetting CLAP nowadays, but unfortunately not many DAW's support it.
  • Is there a common project for VST:s in Rust?
    1 project | /r/rust | 12 Feb 2023
    Your best bet is probably nih-plug.

kakoune-lsp

Posts with mentions or reviews of kakoune-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-22.
  • Which editor do you use for your Go coding?
    16 projects | /r/golang | 22 Jun 2022
    Kakoune with LSP (gopls).
  • kak-lsp release 11.1.0
    1 project | /r/kakoune | 8 Dec 2021
  • Kakoune + Julia
    2 projects | /r/kakoune | 27 Oct 2021
    You could dive into installing kak-lsp, which will provide the code intelligence features you want. Kakoune doesn't do windowing on it's own, so your going to need to rely on something like tmux or a terminal emulator that does similar, such as wezterm, or even a tiling window manager (which is what is being used in the video). Kakoune really needs a lot of time invested to configure well though.
  • Massive preludes: why?
    2 projects | /r/rust | 12 Oct 2021
    Why do you need vscode? Kakoune supports code actions, so this should work in the editor with the best editing model ever. See lsp-code-actions from https://github.com/kak-lsp/kak-lsp.
  • Is kakoune more lightweight than vim or minimal? Why kakoune and not vim in your opinion?
    1 project | /r/kakoune | 2 Jun 2021
    In addition, rather than using its own full-fledged programming language for plugins or choosing to use a specific programming language, it provides a limited configuration language that's closer to a domain-specific language and to be used as a "glue" between Kakoune and programs written in any language. For example, the kak-lsp plugin uses a program written in Rust that is integrated with Kakoune with a thin wrapper of Kakoune's configuration language.
  • kak-lsp and godot engine
    2 projects | /r/kakoune | 30 May 2021
    If you're having problems with these capabilities, try to look at the kak-lsp debug output: https://github.com/kak-lsp/kak-lsp#troubleshooting
  • kak-lsp + terraform-ls
    2 projects | /r/kakoune | 18 Feb 2021
    kak-lsp doesn't print to *debug* under normal operation. If you want to check on kak-lsp, enable verbose logging as described here and tail -f the log file.
  • Currently looking for something other than vim and emacs. I have some questions for kakoune.
    1 project | /r/kakoune | 1 Jan 2021
    So, since pretty much everything happens through a shell, you can use anything that produces an executable to write your logic. kak-lsp, for example, is written in Rust, with some kakscript to define the commands, hooks and options a user needs to interface with it.

What are some alternatives?

When comparing nih-plug and kakoune-lsp you can also consider the following projects:

augmented-audio - Rust - Augmented Audio Libraries

gdscript.kak - GDScript syntax highlighting for Kakoune

vst3-rs - Easy to use VST3 library for Rust

kakoune-doas-write - Fork of kakoune-sudo-write to use doas instead.

cargo-limit - Productivity improvements for Rust ecosystem: warnings are skipped until errors are fixed, LSP-independent Neovim integration, etc.

tower-lsp - Language Server Protocol implementation written in Rust

loopers - Loopers is graphical live looper, written in Rust, designed for ease of use and rock-solid stability

age-plugin-yubikey - YubiKey plugin for age

vst3-sys - Raw Bindings to the VST3 API

vst-rs - VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.

Rust Language Server - Repository for the Rust Language Server (aka RLS)