#plugin #egui #tool #plot #basic #analyzer #gui

bin+lib mimium-guitools

basic analyzer tool plugin with egui for mimium

10 stable releases

2.2.7 Dec 24, 2024
2.2.6 Dec 23, 2024
2.0.0-alpha2 Nov 18, 2024

#192 in Visualization

Download history 229/week @ 2024-11-16 22/week @ 2024-11-23 297/week @ 2024-11-30 257/week @ 2024-12-07 281/week @ 2024-12-14 505/week @ 2024-12-21 21/week @ 2024-12-28 4/week @ 2025-01-04 3/week @ 2025-01-11 214/week @ 2025-02-08 103/week @ 2025-02-15

317 downloads per month
Used in mimium-cli

MPL-2.0 and LGPL-3.0

385KB
9K SLoC

mimium-guitools

This plugin provides various ways to interact gui through egui crate. Works only on native architecture.

Plot signals

fn osc(freq){
    ...
}
let probe1 = make_probe("probe_label1")//when more than 1 probes are created, gui window will be launched on the startup.

fn dsp(){
    let r = probe1(osc(440)) // probe closure returns original value.
    (r,r)
}

Dependencies

~14–50MB
~799K SLoC