An open API service indexing awesome lists of open source software.

https://github.com/ntno/processing-seed

simple seed for processingjs project. interactive demo here --->
https://github.com/ntno/processing-seed

processing processingjs tutorial

Last synced: 6 months ago
JSON representation

simple seed for processingjs project. interactive demo here --->

Awesome Lists containing this project

README

          

# processing-seed
## What is processing?
processing is a programming language built to help people learn to code within the context of the visual arts.
this project is a seed for trying out the javascript port [processing.js](https://github.com/processing-js/processing-js).

## Seed Project Install Options:
1) clone the repository `git clone https://github.com/ntno/processing-seed.git`
2) download the repository using this [zip file](https://github.com/ntno/processing-seed/archive/master.zip), then unzip
+ open the index.html file in the browser (right click, open with Chrome)

## processing.js Install Options:
1) (DEFAULT) use the processing.js file which is already included in the processing-seed repository:
* ``

2) source the library from a content delivery network
* ``

3) install the node module processing-js using the package manager npm
* run `npm install processing-js`
* ``