For those inspired by this, they may also like context free art - <a href="https://www.contextfreeart.org" rel="nofollow">https://www.contextfreeart.org</a><p>For example: <a href="https://www.contextfreeart.org/gallery/view.php?id=4223" rel="nofollow">https://www.contextfreeart.org/gallery/view.php?id=4223</a><p><pre><code> startshape lightning
shape lightning
rule 20 {
CIRCLE[r -60..60]
lightning[y -1 s 0.99 r -10..10]
}
rule 1 {
CIRCLE[r -60..60]
lightning[y -1 s 0.5 r -50..-20]
lightning[y -1 s 0.99 r -10..10]
}
rule 1 {
CIRCLE[r -60..60]
lightning[y -1 s 0.5 r 20..50]
lightning[y -1 s 0.99 r -10..10]
}</code></pre>