Skip to content
Benedikt Groß edited this page Oct 21, 2015 · 13 revisions

##Getting started

Interested in contributing? Mega!

First, write to benedikt.gross@generative-gestaltung.de to let us know you're interested! If it's not on the issues list, add it. If it's already on this issues list, assign it to yourself or comment on the issue indicating you're working on it. Go ahead and implement it. Submit afterwards a pull request against the master branch (see below for instructions).

Code Conventions

  • Try to stick as close as possible to the original code.
  • Simply translate the code examples to javascript.
  • Follow the way the code is written by checking already ported examples and get inspired by idiomatic.js
  • Sketches in 01_P are written in Global Mode
  • Sketches in 02_M are written in Instance Mode

Setup

  1. Fork and clone this repository.

    git clone git@github/YOUR_USERNAME/Code-Package-p5.js.git
    
  2. Submit a pull request.

Master branch development

  1. Fork Code-Package-p5.js.git
  2. Make local changes
  3. Commit and push changes
    • One PR per sketch
    • Mark significant structural changes, if any. (comment the lines via the Github comment feature)
  4. Submit a PR against the Code-Package-p5.js/master branch
Clone this wiki locally