Example Student, 7th Grade to 9th Grade Progression
7th grade, 2nd Semester
8th grade, 1st Semester
8th grade, 2nd Semester
9th grade, 1st Semester
Exciting Electricity: Balance
sketches of destressing images(forest)
sketches of destressing images(fish)
sketches of destressing images(flowers)
hydra sketch 1
Try to move your mouse
voronoi(1000,1,1)
.mult(osc(50,-0.1,8).kaleid(4))
.modulate(o0, () => mouse.x * 0.0003)
.out(o0)
hydra sketch 2
osc(50, -0.1, 10)
.kaleid(100)
.repeat(8, 5)
.out()
hydra sketch 3
noise(10, 1)
.modulateScrollY(osc(50),0.1,0)
.rotate( () => time%10 )
.out(o0)
hydra sketch 4
just move your mouse
osc(5,1,25).color(1,0.5,1).rotate(0, 0.9).kaleid().repeat()
.scroll(
() => -mouse.x / width,
() => -mouse.y / height)
.out(o0)
hydra sketch 5
just move your mouse
noise([400,200,100,50,25,10].fast(10))
.color(2,0.7,2)
.invert([0,1])
.out(o0)
Arduino Circuits
9th grade, 2nd Semester
photo manipulation with code
bar chart assignment
Number of people who made a purchase that day
Total amount of spending of the class in one day
Average amount of spending per person in a day