Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: Sparse selection, for manipulating objects #55

Open
neoneye opened this issue Feb 25, 2024 · 0 comments
Open

Editor: Sparse selection, for manipulating objects #55

neoneye opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@neoneye
Copy link
Owner

neoneye commented Feb 25, 2024

Problem

I seek high quality data. In my opinion, the recorded history of what the user is doing, is hard to make sense of and low quality data.

Currently the editor can only do rectangular selection.

However objects are sometimes not a rectangle, but comes in all kinds of shapes, such as: diagonal stripes, all green pixels, dashed lines, two color objects.

It could be interesting seeing how this impacts the recorded interactions. Will it be easier for another human to make sense of what is going on when replaying the history file?

Solution

Proof of concept with selecting pixels in a sparse way.

Proof of concept with storing the sparse selection in the history json files.

Regarding flip x-axis. What happens if the object is horizontally asymmetric? Does it require a z-index?

Regarding rotate-ccw. What happens if the object is non-square? Does it require a z-index?

It seems like a z-index layer system is needed.

Concern: This complicates the UI a lot. Will humans actually bother to carefully indicate what is an object.

@neoneye neoneye added the enhancement New feature or request label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant