Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 813 Bytes

IDEAS.md

File metadata and controls

22 lines (12 loc) · 813 Bytes

Ideas

In this document, we gather ideas for further implementations.

Glitch Art Subreddit

There is a subreddit dedicate to glitch art, namely r/glitch_art. Here are some examples from it:

Concentric circles formula

A way of generating concentric waves pattern is to use the cosinus on the l2 norm of the plan:

$$\cos\left({\lambda\sqrt{x^2 + y^2}}\right)$$

See on Wolfram Alpha.

Talks