Tomas Rokicki

Results 23 issues of Tomas Rokicki

[twizzle] With our default puzzle orientation changes that defines a vertical puzzle orientation (so orbital controls work well), the 3D rendering of SVG output from puzzle geometry has a useless...

📦 cubing/puzzle-geometry

When the algorithm is broken, click moves don't work. It would be nice if they did work, and the moves get added to the algorithm window, with coalescing, even if...

🐞 bug
Twizzle
📦 cubing/twisty

Like original alg, allow cursor position in alg textinput to match timeline/VCR position and vice versa. Add highlighting in textinput of move currently being executed.

enhancement
📦 cubing/twisty

Improve UI to be more modern and usable, like old alg.cubing.net.

enhancement
📦 cubing/twisty

The code should accept the "empty" puzzle with no sets (and an empty solved state and moves that do nothing). In my UI I'm allowing users to turn on and...

📦 cubing/kpuzzle

The ksolve parser does not accept ksolve files that start with a # comment.

📦 cubing/kpuzzle

In Chrome (and not Safari or Firefox) if you resize too small, you get an unending series of increase size events that cause the rendered puzzle to "drop" out of...

📦 cubing/twisty

Right now if you click a move in twizzle, the move gets appended to the algorithm and the move is executed, but there is no coalescing of moves (say, U...

Twizzle

### Steps to reproduce the issue Visit the URL: https://alpha.twizzle.net/explore/?alg=U+F+R%2F%2F+comment ### Observed behaviour The algorithm and comment are completely ignored and the URL is rewritten to drop these args. ###...

🐞 bug
Twizzle

Commit 1758e315b6cc1967d4771dce93acd1d805b4cd14 improved moves per piece (especially at sizes around 70 or so), but the very next commit, b00b79f431a55344a55219f0d0864d86dcf95da4, undid those changes. I recommend remaking the changes from the move...