Skip to content

tnagdev/FunWithP5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FunWithP5

Some math and fun stuff with P5

How to have fun

Modify the draw function to enable one function at a time. Each function contains a different visualization. The Slider functionality only works for recurrsion tree. Have Fun! and don't mind the code quality cause I'm lazy. /\

function draw () {
    // drawClock();
    // fiboExperiment();
    // tenPrint();
    // pattern2();
   	drawRecursionTree(200);
}

About

Some math and fun stuff with P5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors