short italian introduction to processing - (processing 3.0.1)
INSTALL IN A TERMINAL
git clone https://github.com/galunni/introduction-to-processing.git # clone this repository
cd introduction-to-processing # navigate to the repository directory
python -m SimpleHTTPServer 8888 # start a simple web server
open http://localhost:8888/ # open link in a browser
ALTERNATIVE IF PYTHON NOT INSTALLED
http-server # simple web server without python
open http://127.0.0.1:8080 # default port is 8080
Una brevissima introduzione alla programmazione creativa con Processing
index.html contiene la pagina introduttiva e le istruzioni /esempi contiene il codice degli esempi
screenshots
