Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

roryclaasen/chaos

Repository files navigation

Chaos Game

roryclaasen.github.io/chaos

My visualization of the Chaos Game

Contents

Options

Initialization.Points

Type Default Min Max
Number 3 3 100

The number of edge points to use.

Initialization.Random

Type Default
Boolean false

If the edge points should be randomly positioned in the window. If set to false the edge points are equally spaced around the center of the screen.

Initialization.Generation

Type Default Min
Number 1000 1

The number of edge points to place per draw call

Appearance.Color

Type Default
Boolean true

Draw the chaos points with color based off the starting point index.

Appearance.Draw_Points

Type Default
Boolean true

Draw the edge points.

Manipulate.Lerp

Type Default Min Max
Number 0.5 0 1

The distance between the current chaos point and the next edge point. 0.5 is half way.

Manipulate.Same_Points

Type Default
Boolean true

Allows the next edge point to be the same as the last edge point.

Branches

Branch Travis CI Server
Master Build Status GitHub Pages

License

This project is licensed under the MIT License - see the license file for details

Releases

No releases published

Packages

No packages published