gregjohnson2017 / tabula-editor

An image editor built from scratch with OpenGL in Go.
MIT License
7 stars 0 forks source link

Add selection dragging #25

Open gregjohnson2017 opened 4 years ago

gregjohnson2017 commented 4 years ago

Selection dragging will be one of many difficult features to implement that interact with the selection result from the selection tool. Here is visual description to think about the challenges: SelectionDragging

gregjohnson2017 commented 4 years ago

With the new layer system, this may be very practical and easy to add