Radial Menu Experiment. Based on Rauno's Work
This is a simple radial menu experiment, based on Rauno's work. You can check the original experiment here.
There are some differences between this project and the original one, mainly:
- It's open-source (I think Rauno's is not, but I'm not sure)
- Built with Svelte instead of React
- Allows from 3 to 8 items
If this gains traction, I'll add more features to it. Some of the features I thought of are:
- npm package
- Callbacks for each item
- Different triggers (e.g. ctrl + hold click)
- Theming (?)
git clone https://github.com/TGlide/svelte-radial-menu
cd svelte-radial-menu
pnpm i
pnpm run dev
You can check out a live preview here