Interactive fretboard visualizer built with egui. Shows notes, scales, and positions on a fretboard with logarithmic fret spacing.
- Multiple tunings: cello (C-G-D-A), standard guitar (E), minor thirds
- Scales: major, minor, blues, dorian, phrygian, lydian, mixolydian, locrian
- Selectable root note
- Logarithmic fret spacing (matches real instrument geometry)
- Cello position brackets
- Hot-reload via subsecond
cargo runANDROID_NDK_ROOT=/opt/android-sdk/android-ndk-r27c cargo apk build --libThe debug APK is written to target/debug/apk/fretboard.apk.
