Skip to content

cubing/speedsolving.com-twizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twizzle features for the speedsolving.com forum

See the announcement post.

Example embedded alg

Setup

JS Dev

    1. Block https://www.speedsolving.com/misc/twizzle/js/twizzle-forum-link.js in DevTools
    1. make dev
    1. Visit a speedsolving.com thread with an embedded player.
    1. Paste this in the JS console after every page load you want to test:
const script = document.createElement("script");
script.type = "module";
script.src = "http://speedsolving-twizzle.localhost:3344/misc/twizzle/js/twizzle-forum-link.js";
document.body.appendChild(script)

Dependencies

  • lftp (for deployment)

About

Embed algs and solves in the speedsolving.com forum using `cubing.js` and Twizzle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published