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 --->
- Host: GitHub
- URL: https://github.com/ntno/processing-seed
- Owner: ntno
- Created: 2017-06-04T17:52:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T01:55:06.000Z (over 8 years ago)
- Last Synced: 2025-04-27T23:13:35.890Z (9 months ago)
- Topics: processing, processingjs, tutorial
- Language: JavaScript
- Homepage: https://ntno.github.io/processing-seed/
- Size: 166 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
* ``