Notgnoshi / generative

Generative art. A suite of composable tools to generate, transform and visualize WKT geometries
MIT License
22 stars 4 forks source link

Asemic writing #99

Closed Notgnoshi closed 1 year ago

Notgnoshi commented 3 years ago

See https://github.com/aparrish/material-of-language and https://inconvergent.net/2020/asemic-writing/

Includes WKT spline IO and SVG generation from #46

Notgnoshi commented 1 year ago

Run the following a bunch of times

$ cargo run --bin point-cloud -- --points 5 --random-number --scale 200 |
    cargo run --bin transform -- --scale 1.0 2.0 |
    cargo run --bin transform -- --rotation 30 |
    cargo run --bin triangulate -- --output-format tgf |
    cargo run --bin traverse -- -t 3 -T -l 3 -L |
    cargo run --bin smooth -- --iterations 5 |
    cargo run --bin wkt2svg | 
    display -

Inconvergent suggests using the relative neighborhood as the graph to perform random traversals on to generate the strokes, but using the Delaunay triangulation also works.