generative icon indicating copy to clipboard operation
generative copied to clipboard

Generative art. A suite of composable tools to generate, transform and visualize WKT geometries

Results 47 generative issues
Sort by recently updated
recently updated
newest added

Concentric circles, with radial spokes. Graph output is likely the most useful. With a higher density than typical grids, it may make for some interesting asemic glyphs. At a low...

tool
Rust
shape

Closes #169. * [x] Generate examples stringing together multiple tools * [x] Generate random Lindenmayer examples * [x] Generate asemic writing examples * [ ] Generate examples for each tool...

``` rand-seq --reset --seed $seed rand-seq --get-next ``` somehow save the random generator state between calls - maybe to /tmp/rand-seq/$seed.bin? Perhaps instead of serializing the generator to save its state,...

tool
general
Rust

Do something like ```sh for script in $REPO_ROOT/examples/*/*.sh; do source $script done ``` Consider also adding a `README.md.in` template, and generating `README.md` from `generate-examples.sh`

housekeeping
general

Take the following linestring. ``` LINESTRING (642.0893565886494 -132.868231326413, 611.9583329777174 -92.96683515839021, 562.3371984442772 -99.11036896347433, 592.4682220552086 -139.011765131497, 572.9781111326996 -185.0566951046037, 523.3569765992592 -191.2002289096877, 493.2259529883277 -151.2988327416649, 542.8470875217681 -145.155298936581, 562.3371984442772 -99.11036896347434, 512.7160639108369 -105.2539027685583, 482.5850402999055 -65.35250660053562, 532.2061748333458 -59.20897279545168,...

bug
tool
C++
graph

See: https://github.com/Notgnoshi/generative/pull/166 It should be possible to convert a `GeometryGraph` back into a set of `Polygon`s and `LineString`s. The polygons should be as large as possible, and the linestrings as...

question
library
Rust
graph
shape

* https://inkscape.org/~Lazur/%E2%98%85pen-filter-pack * https://heredragonsabound.blogspot.com/2020/02/creating-pencil-effect-in-svg.html * https://heredragonsabound.blogspot.com/2018/12/hand-drawn-lines-revisited.html * https://heredragonsabound.blogspot.com/2016/11/this-is-where-i-draw-line.html * https://codepen.io/srt19170/pen/XWWopOg * https://codepen.io/srt19170/pen/oNNQmRw * https://tympanus.net/codrops/2019/02/19/svg-filter-effects-creating-texture-with-feturbulence/ See also #47

tool
general

https://en.wikipedia.org/wiki/Attractor#Strange_attractor

tool
Rust