Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 928 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 928 Bytes

Weapon Wheel GUI Prototype thing

Weapon wheel GUI proof of concept, inspired by Accursed Farms' video on GUI and optimized for speed. You can try it out on my website. The idea is that the menu would be bound to something like mouse5, and could be opened anywhere as long as there is no fullscreen application running. The size of the circle is tricky to get right. Too small and you can't navigate quickly by flicking, too large and there isn't enough screen space available. This current version is probably on the side of being too large. Maybe fancy mouse teleporting could solve this? If you want to play around with the values yourself, you can change the values in src/wheel/Wheel.ts. You can change the layout of the wheel by editing dist/wheel.json. You'll need the TypeScript compiler and Webpack to recompile the code.