X'
Y'
X Range
Y Range
X Spawn
Y Spawn
Delta
Iterations
Stochastic Lines
X Lines
Y Lines
X resolution
Y Resolution
Line Width
Line Alpha
Taper Off Lines
Taper Off Length
Draw Coords
Coords Alpha
Color Array
Color Presets
Color Quantiles
Invert Colors
Background Color
p Norm
Crop Lines

X/Y Derivatives - expressions in vanilla javascript using "x" and "y" as unknowns. Use the Math library for special commands e.g. "Math.sqrt(y)". You can use Math.random() to give it a randomized derivative
Delta - size of curve segments
Iterations - length of curves in segments
Stochastic Lines - whether to draw lines in a grid or randomly
X/Y Lines - number of lines each way to draw the grid. If stochastic is on, it draws the product of these # of lines
Line Width - you can make this fractional to make it fuzzy
X/Y Range - coords the canvas is displaying
X/Y Resolution - size of the canvas. leave blank to auto scale
Color Array - an array of colors it interpolates between
Color Quantiles - bigger means smoother colors, worse performance
p Norm - norm used for gradient magnitude coloring
X/Y Spawn - coordinates where new lines spawn
V1 - patlsc

visitor badge