radialmenu
A Kotlin Multiplatform radial menu (circular menu / pie menu) for Android and Desktop JVM.
A radial menu (also called a circular menu, pie menu, or context wheel) is a UI pattern where menu items are arranged in a circle around a central point. The user long-presses to reveal the menu, drags their finger toward an item, and releases to select it.
RadialMenu is the modern Kotlin Multiplatform implementation of this pattern - working identically on Android and Desktop JVM using Compose Multiplatform.
Platforms
Android (Min SDK 21)
Desktop JVM (Windows, macOS, Linux)
Quick Start
See RadialMenuWrapper for Compose Multiplatform usage. See RadialMenuView for traditional Android View usage.