From a92c8e4a144fe9be6f49eaeb243960943e54965b Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 25 Oct 2019 14:16:10 -0500 Subject: [PATCH] fix visuals README hyphen delimter (again) --- visuals/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/visuals/README.md b/visuals/README.md index 9bab85d..ac22685 100644 --- a/visuals/README.md +++ b/visuals/README.md @@ -6,13 +6,13 @@ All my projects attempting to create vivid or interesting visuals using the Proc ## 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). +- **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. +- **EquilateralTriangle** - Places squares in increasing size whilst rotating. -- **Gradients** Builds simple linear RGB gradients from 1 random color to another. +- **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. +- **Illusion** - A improperly named triangular rotation (I like the way they look) sketch. - **Trippy_Boxes** - Transparent rotating boxes that move throught the HSB color spectrum.