3 releases

Uses new Rust 2024

0.1.2 Jun 12, 2025
0.1.1 Jun 5, 2025
0.1.0 Jun 5, 2025

#1634 in GUI

Download history

121 downloads per month

MIT license

34KB
609 lines

egui_fader

Interactable fader for egui.

Based on an audio fader, a widget that shows input signal and allows modifying the level of inputs. The interactable component uses code from egui::Slider but allows the range to be set with a piecewise function.

image

Other Features

  • The most recent peak is shown on the fader.
  • Double click returns the level to neutral (0 by default).
  • Fine dragging when holding down shift, control, or alt.

Dependencies

~5MB
~92K SLoC