Skip to content

Instantly share code, notes, and snippets.

View frowrik's full-sized avatar

Vladimir Shatrov frowrik

View GitHub Profile
@frowrik
frowrik / ImGui_Piano_imp.h
Last active April 19, 2026 08:25
Piano keyboard for ImGui v1.0
/*
The MIT License (MIT)
by https://github.com/frowrik
Piano keyboard for ImGui v1.1
example:
static int PrevNoteActive = -1;
ImGui_PianoKeyboard("PianoTest", ImVec2(1024, 100), &PrevNoteActive, 21, 108, TestPianoBoardFunct, nullptr, nullptr);