-
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
Features for Fewest Moves - NISS #12
Comments
This is really interesting. Visualizing NISS solutions is an unsolved problem, AFAIK, and makes the sport very hard to follow. Let me look into some ideas for a few days! |
This isn't quite what you asked for, but I made a NISS solution visualizing web page that I hope can be a good start. It's at http://birdflu.lar5.com/fmc and you can enter a NISS format solution and an (optional) scramble, and get an animation of each step. A few premade solutions I grabbed from http://fmcsolves.cubing.net/?tag=niss: Your example (missing an insertion): |
That really nice good start. Great job. |
Do you intend to add the Nissualizer page in roofpig repository or create another one? |
What's missing for it to be useful? I'm working on a database of all LL algs (http://birdflu.lar5.com/), and that code isn't public yet. I put the Nissualizer there, since it's easy. |
@larspetrus
what about ? maybe in showing normal/inversed pair of cubes before each step. |
Would be wonderful can use roofpig
to visualize FMC reconstruction.
Enable a kind of token - like (switch) or (inverse) and (normal)
that would would show a cube after applying a NISS (switch).
scramble: D2 U2 L' R2 B2 F2 U2 B U2 L D' F2 U B U B' D
solution
L2 F2 // 2x2x2
U' B U2 // pseudo 2x2x3
(switch)
U2 B U // 2x2x3 + EO
(switch)
B' R' B2 // Pseudo F2L
(switch)
B' L' F D2 F' L B2 // AB3C
We could visualize this kind of reconstruction in.
L2 F2 U' B U2 (switch) U2 B U (switch) B' R' B2 (switch) B' L' F D2 F' L B2
The text was updated successfully, but these errors were encountered: