Skip to content

Instantly share code, notes, and snippets.

View velzie's full-sized avatar

velzie velzie

View GitHub Profile
var numPointsSlider = 0, turnFractionSlider = 0;
var LastNumPoints = 0, LastTurnFraction = 0;
var numPoints = 0, turnFraction = 0;
var points = [];
var powSlider;
var LastPower;
var speedSlider;
var angleOffset = 0;
function setup(){
createCanvas(800,800);