This program uses seven algorithms to procedurally generate perfect two-dimensional mazes. Perfect mazes contain no loops, and for each point in the maze, there is exactly one path to any other point in the maze. It also has a separate renderer so you can write your own generator if you want to!
— Mai
A logical clock is a mechanism for capturing chronological and causal relationships in a distributed system. This program, written in Rust, implements vector clocks and dotted version vectors.
— Mai
Pretty Mes is a Flask app that parses current news headlines to generate "mesostics" (a type of procedural poem) and generative typographies from current news headlines in the style of American experimental artist John Cage.
— Mai
This is a program written in Python to generate and edit mosaic knitting patterns, with built-in validation based on whether the pattern is possible to physically knit! It's currently designed to build an 8 stitch by 8(16) row block, displayed as a tesselation in real time.
— Mai
In honor of AO3's recent Hugo Award, a fandom number generator written in Python by Lindsey Kuper and Alex Rudnick. The accompanying paper is recommended.
— Mai