Hello folks, I built a small library I originally ...
# library-development
g
Hello folks, I built a small library I originally made for a personal Android project: a Pinterest style radial (pie) menu. I wanted that long press -> fan out -> drag -> release interaction, but couldn’t find a drop in option that matched what I needed, so I built it from scratch and then turned it into a reusable KMP library. Current scope:
• Android + Desktop JVM
• Compose Multiplatform + Android View support
• Edge-aware placement near screen edges/corners
• Drag-to-select + haptic feedback
• Badges, theming, spring animations
• Zero external dependencies
Maven:
Copy code
implementation("io.github.gawwr4v:radialmenu:1.0.5")
GitHub: https://github.com/gawwr4v/RadialMenu Full docs: gawwr4v.github.io/RadialMenu Would really appreciate any feedback or issues if you try it out!