You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open index.HTML in Chromium based browsers, this script seems to have really bad performance on other browsers.
7
+
8
+
The name 'Compiterator' (for "Complex Iterator") is based on the fact the program uses iterations of complex functions. It is meant to be a geometric live interactive way to generate fractals, it is in some sense a mathematical toy.
6
9
7
10
## Controls
8
11
@@ -29,6 +32,7 @@ Compiterator Version 1.12
29
32
*`V`: Randomise render vectors
30
33
*`O`: Randomise iteration options
31
34
*`P`: Randomise attractor nodes / points
35
+
*`I`: Randomise number of layers and numbers of points
32
36
*`shift`: Toggle toggling of N and M to their broken functions in prior versions
33
37
*`~`: Cycle mouse-selector mode
34
38
*`W`: Move mouse-selector point up
@@ -116,6 +120,8 @@ The position of all the attractor nodes can be randomly set using `P`
116
120
The other settings pertaining to the shape of the fractal can be randomly set using `O`
117
121
Colour settings can be randomly set using `C`
118
122
The location, size and rotation of the render can randomly set using `V`
123
+
To randomise the actual number of layers and points for each layer use `I`
124
+
The iteration mode is not randomised by any of these settings.
119
125
120
126
## Background Information
121
127
The chaos game involves choosing points in a probabilistic algorithm and iterating the movement by some other algorithm to the chosen point of a tracked point.
0 commit comments