Skip to content

Libraries that will help in the creation of interactive visualizations

Notifications You must be signed in to change notification settings

dynamic-learning/helper-libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Libraries that will help in the creation of interactive visualizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages