update README for visuals (fix) and add CircleIntersection project

This commit is contained in:
Xevion
2019-10-21 13:41:39 -05:00
parent 2e423f8f23
commit d68bd1988a
3 changed files with 52 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# visuals
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.
## 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).