cwmdo / Durham-p5-lib

Library of creative components to be used with p5js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Durham p5 Library

A library of reusable components for p5js. These are developed by the 1st Year Programming class at Durham University.

Instructions for adding components

  • Fork this repository
  • Create a subdirectory of the main repository named after your component containing
    • A .js file containing the relevant class definition
    • A .html file which uses the .js file and demonstrates its use
    • A README.md file which contains the documentation for the class
  • Once everything is complete (including peer review) make a pull request from your forked repository to https://github.com/stevenaeola/Durham-p5-lib

About

Library of creative components to be used with p5js


Languages

Language:JavaScript 89.5%Language:HTML 8.6%Language:CSS 1.8%