https://github.com/codebox/generative-patterns
Web-Based Generative Pattern Maker
https://github.com/codebox/generative-patterns
generative-art javascript
Last synced: 3 months ago
JSON representation
Web-Based Generative Pattern Maker
- Host: GitHub
- URL: https://github.com/codebox/generative-patterns
- Owner: codebox
- License: mit
- Created: 2020-06-08T12:46:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T14:25:55.000Z (over 5 years ago)
- Last Synced: 2025-09-03T17:51:27.282Z (4 months ago)
- Topics: generative-art, javascript
- Language: JavaScript
- Homepage: https://codebox.net/pages/generative-patterns
- Size: 29.3 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generative Pattern Maker
Here's a web-based [generative pattern maker](https://codebox.net/pages/generative-patterns) that produces images like these:



You can [use the online version of the tool to make your own patterns](https://codebox.net/html_raw/generative-patterns/index.html). It also works offline, so you can just download the code and open the HTML file in a web browser.
Click the 'START' button to begin a new pattern. You can pause at any point, or just let the pattern run to completion. Running the 'PENCIL' tool produces a nice shading effect (shown in the images above). If you produce something beautiful you can save a copy using the 'DOWNLOAD' button.
If you select the 'Continuous' option then each time a pattern is completed a new one is started automatically.
Each pattern is based on a 'seed' number that can be used to reproduce the same pattern again. The three most recent seeds are shown at the bottom of the page. Clicking a seed number will generate the corresponding pattern again.