Bezier Play – a web-based musical instrument

made and submitted by dangorelick
Bezier play is a web-based instrument and visualizer you play with your keyboard, or MIDI device. The visuals are created using SVGs and animated using CSS animations. Find the project at https://bezier-play.glitch.me/ !

A two-dimensional maze generator in C++

made by doron, submitted by Mai
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!

Tinyland

made by emma, submitted by nicholasbs
Tinyland is a very, very small Dynamicland.

My First PCB!

made by lindzey, submitted by nicholasbs
A step-by-step overview of how to design and fabricate a PCB.

Where should we move?

made by michelle, submitted by porterjamesj
A tool for figuring out where you and your housemates, partner, etc. should live, based on optimizing the length of commutes to multiple locations.

Logical clocks implemented in Rust

made by kavirajk, submitted by 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.

Quake2.jl

made by jay, submitted by davidbalbert
A Quake 2 map renderer written in Julia.

Take it ease-y

made and submitted by Alec
Observable notebook to explore and compare easing functions in CSS and D3.

Git from the inside out

made by maryrosecook, submitted by nicholasbs
A 6,000-word deep dive that explains the innards of how Git works.

Make a computer vision-based video game that doesn't feel janky with this one weird trick

made by doron, submitted by nicholasbs
An overview of building Toot, a 7-foot tall arcade game that uses a concealed camera for computer vision.