Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/digitalcoleman/generativeExamples


https://github.com/digitalcoleman/generativeExamples

Last synced: 2 months ago
JSON representation

Lists

README

        

# generativeExamples

This is a collection of examples made in Processing that export pdfs for plotting. Across the examples are different methods to create patterns that are affected by Perlin noise. The patternMaker is a more robust application with a gui and the ability to drag and drop in svg files to try out many shapes.
### generativeHlines
![sample1](./images/hLines.png)

### generativeHashMarks
![sample1](./images/hashLines.png)

### generativeCircles
![sample1](./images/circlesNoise.png)

### generativeDecagonGrid
![sample1](./images/decaGrid.png)

### generativeArrowRotate
![sample1](./images/arrowTurn.png)

### patternMaker_v2
![sample1](./images/patternM.png)