-
Notifications
You must be signed in to change notification settings - Fork 50
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
Supercube-style stickering (distinct center pieces for all puzzles) #180
Labels
enhancement
New feature or request
Comments
Does https://experiments.cubing.net/cubing.js/twisty/supercube.html work for you? You can already do that today with: <script type="module" src="https://cdn.cubing.net/js/cubing/twisty"></script>
<twisty-player
experimental-stickering="picture"
experimental-sprite="./supercube-sprite.png"
></twisty-player> (You can use https://experiments.cubing.net/cubing.js/twisty/supercube-sprite.png or make your own, just make sure to serve the image from a web server on the same domain as your page.) |
Also, we don't have a 5x5x5 image right now, but it should be easy to adapt Stefan's if you want. |
Cool, the image in the centers of the 3x3 works for me. I was wondering
though if a generalized implementation could be made. This came to my mind
when I was playing with a 2x2-Skewb hybrid. There were triangular center
pieces that I was trying to make distinguishable.
…On Wed, Mar 30, 2022 at 4:48 PM Lucas Garron ***@***.***> wrote:
Also, we don't have a 5x5x5 image right now, but it should be easy to
adapt Stefan's if you want.
—
Reply to this email directly, view it on GitHub
<#180 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIMUTRAH7YQV6WWP6OTKMRDVCTK4BANCNFSM5SCETWQA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I wonder if a generic gradient might work here. Each sticker would have a
distinct full gradient so for instance on an nxnxn all yellow stickers
would be identical but have a clear direction.
On Wed, Mar 30, 2022 at 4:18 PM brandonwong55 ***@***.***>
wrote:
Cool, the image in the centers of the 3x3 works for me. I was wondering
though if a generalized implementation could be made. This came to my mind
when I was playing with a 2x2-Skewb hybrid. There were triangular center
pieces that I was trying to make distinguishable.
On Wed, Mar 30, 2022 at 4:48 PM Lucas Garron ***@***.***>
wrote:
> Also, we don't have a 5x5x5 image right now, but it should be easy to
> adapt Stefan's if you want.
>
> —
> Reply to this email directly, view it on GitHub
> <#180 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AIMUTRAH7YQV6WWP6OTKMRDVCTK4BANCNFSM5SCETWQA
>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#180 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMOLS6Q36ZR6RSXAYLVRSTVCTOL7ANCNFSM5SCETWQA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if we could have the option to turn on supercube-style stickering for all puzzles so that center pieces are distinguishable.
The text was updated successfully, but these errors were encountered: