Here are some random experiments and sketches I've developed for fun, to learn new languages and to keep my coding skills up.
A function that takes a json object in POST representing the thread pattern for a friendship braid and returns the expected pattern for the final chord. Currently using a hardcoded pattern.
This function takes a string as a seed and uses it as the rule and top row for a cellular automaton pattern. Currently set to generate a random rule and seed row.
An ongoing personal project just for the practice & challenge of developing in THREE.js. It's possible to load a regular cube, as well as a 'mirror' cube, which looks scary but is functionally identical.