Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.79 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.79 KB

Helper libraries

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.

How to create a library of your own and add

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.

Libraries added so far


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.