ttten
10 Print-inspired SVG grid pattern generator
line caps ↷
opacity ↷
about ttten
Make interesting 10 Print-inspired SVG grid patterns with this simple online tool.
10 Print is a pattern that was originally generated using only one line of BASIC code on the Commodore 64:10 Print Chr$(205.5+rnd(1)); Goto 10
10 Print now has a important place in the history of computing and computer-generated graphics. If you want to learn more, check out the book , which explores the historical context of 10 Print of computer-generated art, and also check out this Coding Train video, where Daniel Shiffman goes over creating the patterns using P5.js.
🙌 This tool is made possible thanks to the generative-utils library by George Francis, the Warp.js library as well as the SVG.js library.