Skip to content

galunni/introduction-to-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

introduction-to-processing

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

Image screenshot 1

About

short italian introduction to the processing framework - v3.0.1 (Java)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors