WizzWriters / spelldraw-app

Free and open-source whiteboard.
Other
0 stars 0 forks source link

Find a way to make pointer hitbox bigger 🎯 #85

Open MusicFreak456 opened 1 year ago

MusicFreak456 commented 1 year ago

Right now pointer hitbox is just a single point which makes aiming quite challenging.

MusicFreak456 commented 1 year ago

Perhaps we can make squere hitbox around pointer and test whether some shape is contained in it or intersects either of its walls.

MusicFreak456 commented 11 months ago

Or perhaps just add circle around the cursor and display it so that user knows what his aiming with. Every shape that intersects or is contained in that circle will get selected.