-
Notifications
You must be signed in to change notification settings - Fork 29
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
Is there a easy way to rotate the cube without moving the world #11
Comments
Yeah, the keyboard controls are useless right now. Just a proof of concept, really. Are you saying you'd want to try making it better? |
Ya I forked it and remapped MLRU to align with the general algorithms. But got stuck on rotating and was just looking for a clean way forward. I was envisioning a interactive mode. Where I can reset back to F2L solved and keep re-testing a random OLL algorithm. But you could imagine the same thing for practicing solving F2L or PLL. |
So one year later - does |
All it does right now is translate "hand notation" ( That seems related to what you're doing, but probably not the full solution. The underlying code could make it a lot easier though. One reason it's hard for me to answer is that I'm not sure exactly what you're trying to do. |
Hi Lars, This is such a great project!
So right now when you rotate the cube (using the key events)
CSXD
you are moving the camera and thus the position of your hands stay the same. So in terms of the algorithm U becomes R and then B etc.It would be nice to rotate the cube and update your hand positions too. Is there an easy way you would recommend that?
The text was updated successfully, but these errors were encountered: