About Meanders: read this Wikipedia article.
This program is based on the image shared by bplus in this post (QB64 Phoenix Edition forum).
This animated program repeatedly draws the same style of meander in an infinite loop, with plot points that are relative to each other, but together varying depending on random screen resolution on every iteration, and random colors.
This is an unstructured program, coded very organically/incrementally without any planning, and without any desire to minimize the amount of code.
Although I originally created the program to generate the graph in one step, I've setup the animation to draw the graph in four steps. This gives a visual idea of how circles are used, and plot points used at specific angles on points of each of the eight circles.
The program has short pauses throughout. At any time, you can click/touch the screen to pause the animation.
No comments:
Post a Comment