Complexity, Intensity, Disorder
Task:
Write code that takes the three parameters named "complexity", "intensity", and "disorder",
and makes something you deem appropriate in your medium of choice.
Each parameter should take a floating point value from 0 up to 1.
Description:
This program creates an image that resembles woven fibres.
The complexity parameter controls the diversity of fibre thickness (uniform to diverse).
The intensity parameter controls the colour separation of fibres (monochromatic to vivid colours).
The disorder parameter controls the width of fibre bundles (wide to narrow).
This program was submitted to instructionset.org, May 2008.
Author: David Jones, dxjones @ gmail.com
Source code: cid.m
Built with Matlab