Example Student, 7th Grade to 9th Grade Progression

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)
osc(50, -0.1, 10)
	.kaleid(100)
	.repeat(8, 5)
	.out()
noise(10, 1) 
  .modulateScrollY(osc(50),0.1,0)
  .rotate( () => time%10 )
  .out(o0)

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)

just move your mouse

noise([400,200,100,50,25,10].fast(10))
  .color(2,0.7,2)
  .invert([0,1])
  .out(o0)

zoey-jimp-14.jpg zoey-jimp-15.jpg zoey-jimp-16.jpg zoey-jimp-17.jpg zoey-jimp-18.jpg zoey-jimp-19.jpg zoey-jimp-20.jpg zoey-jimp-21.jpg zoey-jimp-22.jpg zoey-jimp-23.jpg zoey-jimp-24.jpg zoey-jimp-25.jpg {"eId":"213026050749069","CameraPosition":2} {"eId":"213026050749069","CameraPosition":1} zoey-jimp-28.jpg

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

  • example-student-7-9.txt
  • Last modified: 9 months ago
  • by renick