Files
processing-projects/visuals/README.md
2019-11-28 12:45:43 -06:00

15 lines
810 B
Markdown

# visuals
## About
All my projects attempting to create vivid or interesting visuals using the Processing.py library. Some are algorithms, most are just for loops with tweaked constants to create interesting animation.
## Sketches
- **CircleIntersection** Plots circles in places where others aren't, expoonentially becoming slower and slower with each successfully located spot. Somewhat buggy and needs tuning to become much faster using a better algorithm, and probably better methods for deciding where spots are (less random, more organized manner).
- **EquilateralTriangle** Places squares in increasing size whilst rotating.
- **Gradients** Builds simple linear RGB gradients from 1 random color to another.
- **Illusion** A improperly named triangular rotation (I like the way they look) sketch.