Draft of Knotty Math Tile Code
Here is a rough draft of Knotty Math tile code. Code was adapted from Shaw Wan’s tangram code on CodePen. I am hoping to adapt more tile designs for play. This will not work on touch screens/phones – I’ll have to contemplate an app for that. I am just learning… Drag the tiles below and […]
SA5: Systems of Equations
This Scripting Algebra (SA) activity will play with systems of linear equations in p5.js. In this activity, a system of two random lines will be generated and the intersection (or solution) of those lines will be calculated to make generative art. It is recommended to introduce creating functions if
SA2: Animated Lines
There are infinite possibilities for linear function animations. This SA project will give some ideas to practice using linear equations with p5.js. Introduce if-else statements (conditions), logical operators, random(), text(), rect(), variables, and using p5.js for animation (loop). Below are a fe