Roofpig icon indicating copy to clipboard operation
Roofpig copied to clipboard

Rubik's Cube animation for the modern web.

Results 24 Roofpig issues
Sort by recently updated
recently updated
newest added

Hi all, I'm trying to build an interactive cube that I want to drive with some buttons. Is there a way to pass moves to a cube? The examples don't...

`gulp build` and `gulp test` didn't work for me. I managed to get them running again. Notes: - I updated gulp to v4 and created an `.nvmrc` with Node v16...

`gulp build` and `gulp test` didn't work for me. I managed to get them running again. Notes: - I updated gulp to v4 and created an `.nvmrc` with Node v16...

- introduce a separation between physical keys/keycodes and logical input actions - then map keys to actions (could be exposed as a config option) - make actions deactivate themselves automatically,...

Refactoring of EventHandlers.coffee is on its way in a pull request.

Fix in pull request is on its way.

Function requirements: Can the current magic cube picture be exported at a certain step?

Function requirement: Can you export the current expanded picture of each side of the magic cube in a certain step?

`readme.md` refers to many demos on `jsfiddle.net`. They are all dead, because they try to load js over insecure HTTP. This PR places the demos under `/demo` folder, and changed...