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

Be able to move pieces in PPN viewer by using mouse in the plot #6

Open
trevorld opened this issue May 7, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@trevorld
Copy link
Member

trevorld commented May 7, 2021

  • We can program based on "click", "double-click", "brush", and "hover": https://mastering-shiny.org/action-graphics.html#interactivity

  • Given pixel information in a 2D plot, may not be crazy hard to figure out the top-most piece near the click

  • Figuring that out in 3D plot seems like would be much harder to do

  • Could be interested in:

    • Removing clicked piece
    • Adding new piece to that spot
    • Moving piece over to new spot
    • Transforming piece to new piece (or 3D rotation)
    • Displacement capture?
    • Swap?
@trevorld trevorld added the enhancement New feature or request label May 7, 2021
@trevorld trevorld transferred this issue from piecepackr/ppgames Oct 17, 2023
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