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] Connect TwistyAlgViewer to multiple TwistyAlgPlayers #302

Open c1aran opened 7 months ago

c1aran commented 7 months ago

Goal

I'd like to connect a single TwistyAlgViewer to multiple TwistyAlgPlayers with different visualizations.

Possible solution

Maybe by passing multiple properties or an array of TwistyAlgPlayers?

Alternatives

No response