OghamStars
Draw stars dynamically & adjust draw parameters in real time. Fun!
Starting with an N-gon of N sides we create an X gon with all possible interconnections, drawn not all at once but line-by-line.
Transparency, color, and line thickness, draw speed, can all be adjusted. Symmetry can be maintained or broken.
Algebra is given in the program that describes the number of points formed in the geometry, the number of overlapping triangles, the number of possible angles, and the number of lines, all equations based on the parameter 'X'.
This program is good...