rupl / bustashape

Collaborative, real-time artboards
https://bustashape.art
MIT License
5 stars 3 forks source link

Better system for altering shapes #6

Closed rupl closed 8 years ago

rupl commented 9 years ago

Once #2 is implemented it would be nice to offer more cues that you can drag/resize/rotate etc. Perhaps drag/rotate handles.

rupl commented 9 years ago

I unintentionally laid the groundwork for this. Instead of using string manip and directly altering inline CSS when events are caught, it stores everything in a transform object which is only queried and then rendered when rAF has a frame to paint.

rupl commented 8 years ago

I think this is just worth closing now. The UI for touch is miles beyond mouse for good reason. More and more, the mouse-devices are used only as presentational. Maybe one day we'll have enough time/resources to implement an editor-like drag handle system, but for now implementing and maintaining this would just be a distraction.