Observable notebook generating svgs of tesselating dot patterns
 
Go to file
Mike Lynch 10f4f0b2c6 Added a brief explanatory line 2025-02-03 14:54:30 +11:00
docs Added sample pattern 2025-01-27 18:48:15 +11:00
src Added a brief explanatory line 2025-02-03 14:54:30 +11:00
.gitignore initial commit 2025-01-05 12:45:30 +11:00
CHANGELOG.md Partial fix for flashing 2025-01-26 17:03:35 +11:00
README.md Updated Readme again 2025-01-27 18:54:29 +11:00
observablehq.config.js initial commit 2025-01-05 12:45:30 +11:00
package-lock.json Random PNG palettes and patterns are working 2025-01-27 15:37:22 +11:00
package.json Random PNG palettes and patterns are working 2025-01-27 15:37:22 +11:00
poptimal.js Added basic command-line flags for width and output file name 2025-01-27 16:04:26 +11:00

README.md

poptimal

An experiment in using Observable to generate colourful SVG patterns reminiscent of op art or halftone dots.

You can play with it here.

Two overlapping grids of purple and lime dots on a teal background

Comments, feedback via Mastodon: Mike Lynch

Observable

This is an Observable Framework app. To install the required dependencies, run:

npm install

Then, to start the local preview server, run:

npm run dev

Then visit http://localhost:3000 to preview your app.