Generative drawing using venation algorithm

1 min read Original article ↗

This demo uses an implementation of the venation algorithm to generate drawings.
Due to the randomness of the algorithm each generated drawing is unique, and there are many parameters to play with both before and after the generation.

Links

Examples

Example 1
Example 2
Example 3
Example 4

Initial javascript code was adapted from this processing implementation: https://github.com/felixfaire/Venation-Project