Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantixed/gblocks
Generative art
https://github.com/quantixed/gblocks
generative-art igor rstats segments
Last synced: about 1 month ago
JSON representation
Generative art
- Host: GitHub
- URL: https://github.com/quantixed/gblocks
- Owner: quantixed
- License: mit
- Created: 2017-06-07T20:56:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T20:16:41.000Z (over 5 years ago)
- Last Synced: 2023-10-20T22:43:09.245Z (about 1 year ago)
- Topics: generative-art, igor, rstats, segments
- Language: IGOR Pro
- Size: 1020 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gBlocks
Generative art projects in R or IGOR pro.
## R
Generative art based on a grid of squares.
Starting with a grid of squares,
![img](/img/gridOfSquares.png?raw=true "image")
Apply hysteresis to the corner position in an arc from the first square to the last `grid_of_hysterical_squares.R`
![img](/img/hystericalSquares.png?raw=true "image")
The grout is variable, as shown in this example.
![img](/img/hystericalSquares2.png?raw=true "image")
## Igor
![img](/img/gen0005.png?raw=true "image")
Basic generative code to make an array of blocks with different properties `gBlocks.ipf`.
Hexagonal packed blobs inside a circle or not with `gHex.ipf`
![img](/img/result.png?raw=true "image")