cubing / cubing.js

🛠 A library for displaying and working with twisty puzzles. Also currently home to the code for Twizzle.
https://js.cubing.net/cubing/
GNU General Public License v3.0
232 stars 42 forks source link

[Feature request] Custom Color Schemes #276

Closed trexrush closed 1 year ago

trexrush commented 1 year ago

Goal

Id like to be able to add a custom color scheme to a visualization (for example, Black instead of Grey on Megaminx)

Possible solution

Im imagining an optional parameter to TwistyPlayer where you can define a color schema

Alternatives

No response

lgarron commented 1 year ago

I'm gonna deduplicate this into #157. It's something I want to do eventually, but it's one of those things that sounds deceptively simple but super hard to design correctly.