nih-plug VS slint

Compare nih-plug vs slint 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)

slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps. (by slint-ui)
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 slint
30 137
1,308 14,640
- 15.2%
8.5 9.9
5 days ago about 23 hours ago
Rust Rust
ISC License GNU General Public License v3.0 Or Slint Royalty-Free
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.
  • 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).
  • 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.

  • 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 it possible to create a VST that wraps around a standalone Java program, launching it as a separate process?
    2 projects | /r/audioengineering | 8 Jan 2023
    Since I seem to be stuck in turning the Java program into a VST, is it instead possible to create a separate program that is a VST using C++ (e.g. with JUCE) or Rust (e.g. with nih-plug) that starts my Java synth as a separate process and communicates via localhost or pipes and just forwards any inputs to the synths, as well as recieving any audio data generated?
  • I'm a (kinda) new programmer with some questions
    2 projects | /r/rust | 28 Dec 2022
    If you want to make a CLAP audio plugin, you should use nih-plug, as it's a higher level library that supports vst and clap bindings. Also check out rust.audio
  • Uses of Rust and C++ that only one has?
    2 projects | /r/rust | 29 Nov 2022
    At least, https://github.com/robbert-vdh/nih-plug already gives many features for developing VST and CLAP. I know, it's not JUCE, and maybe it even doesn't want to be like JUCE in terms of GUI building blocks, but it makes very promising progress.
  • Multiband FX-4
    2 projects | /r/Bitwig | 16 Nov 2022
    This free one exists, although I haven't personally used it https://github.com/robbert-vdh/nih-plug/tree/master/plugins/crossover

slint

Posts with mentions or reviews of slint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-05.

What are some alternatives?

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

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

iced - A cross-platform GUI library for Rust, inspired by Elm

egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

lvgl - Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.

dioxus - Fullstack GUI library for desktop, web, mobile, and more.

cxx-qt - Safe interop between Rust and Qt

webview - Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

druid - A data-first Rust-native UI design toolkit.

fltk-rs - Rust bindings for the FLTK GUI library.

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

QMetaObject crate for Rust - Integrate Qml and Rust by building the QMetaObject at compile time.

augmented-audio - Rust - Augmented Audio Libraries