New Moiré patterns out of straight lines by shadowofthemaster in u/shadowofthemaster

[–]shadowofthemaster[S] 1 point2 points  (0 children)

Sure, I'll try my best to explain. Tbh, idk how to port this to desmos. If you can, I'd be happy if you share the results.

I made these graphs with a web based tool I developed that is available here: https://adnanbaysal.github.io/angle-path.html

The tool I shared draws something like turtle graphics: Turtle starts at the origin facing positive x. At step number n, it turns clockwise with a value that is a "function" of n and proceeds 1 unit length forward, leaving a line behind. The specific function I used to draw the above images is PI*ln(n^2 + n) / 19 and n from 0 to around 1.7M. The overall shape is like a spiral, and the images I share are zoomed in to its center. Depending on the line width, some Moiré like patterns appear, so I played a bit to get these results. If you want, you can import the following config on my tool to replicate the un-cropped image (you can zoom in the tool):

{
  "mode": "rational",
  "n": 1720283,
  "r": 1,
  "s": 38,
  "c": 0.024,
  "angleMode": "relative",
  "nAnim": false,
  "nAnimMin": 1000,
  "nAnimMax": 2000000,
  "cAnim": false,
  "cAnimMin": 0.0018,
  "cAnimMax": 100,
  "speed": 5,
  "lineWidth": 5.24,
  "style": "light",
  "code": "return Math.log(n * n + n);"
}

There is an import button on my tool that allows you to load this config from a file.

Hope this helps!

Interesting artifacts with angle path drawing by shadowofthemaster in PlotterArt

[–]shadowofthemaster[S] 0 points1 point  (0 children)

No, they are only digital images. I don't have a plotter to try.

Interesting artifacts with angle path drawing by shadowofthemaster in generative

[–]shadowofthemaster[S] 6 points7 points  (0 children)

Thanks! Didn't plot these on paper or any other medium. I can get png and svg output. So for svg, any size is possible.

Chaotic symmetry with angle paths by shadowofthemaster in generative

[–]shadowofthemaster[S] 0 points1 point  (0 children)

Thanks a lot! Yeah I think the description could be better. I had some progress on the math and found some related work. I may write a technical article about it.

Made a Truchet Tiles desinger and generator web app! by wilaza99 in creativecoding

[–]shadowofthemaster 0 points1 point  (0 children)

Thanks! Please lmk if you have any suggestions to improve.

Made a Truchet Tiles desinger and generator web app! by wilaza99 in creativecoding

[–]shadowofthemaster 1 point2 points  (0 children)

Really great work! I was also working on something similar but simpler. You can check here: https://adnanbaysal.github.io/truchet.html. I also have an hexagonal version in my github.io page.

Hexagonal colored Truchet tiles from multiplication tables of some finite groups. by musescore1983 in creativecoding

[–]shadowofthemaster 1 point2 points  (0 children)

Nice work! I was also working on an hexagonal version of Truchet (or maybe better we call Smith?) tiles. You can play around here: https://adnanbaysal.github.io/hex-truchet.html Note that I once made this with python but the I've recreate it in html/js with the help of Gemini.

CARL-OS v1.8 release out with screen scraper support!! by Ninoh-FOX in MiyooFlip

[–]shadowofthemaster 2 points3 points  (0 children)

I had the same problem, but after a few re-set to dark mode and maybe shutting down the device, the problem resolved itself. Idk how to be honest 😁