During the creation of interactive visualization projects, we might have to write pieces of code that can be used across other projects. This repository is for compiling such pieces of code as libraries.
Create a copy of the folder typescript-starter if you are planning to develop the library in typescript, otherwise just do it in plain js. See the other libraries for reference. Add code for your library and create a PR.
p5.rnd |
p5.2dGraph |
p5.numberline |
p5.arrow |
Note - these libraries are not in anyway conntected to p5 library, its just that for using these libraries, you need p5 also imported, hence the libraries start with p5.