Mako is an emulator for an imaginary video game console, kind of like PICO8. It also includes Maker, a Forth-like programming language that compiles to its bytecode, and a bunch of games written in it!
— porterjamesj
It's a pretty cool command-line tool for those who like to use p5.js to create web-based algorithmic sketches. By declaring a file path and the number of images you need, p5snap grabs screenshots from your p5 canvas and saves them!
— turniplan