Installing Java 8:
sudo apt-get update
sudo apt-get install oracle-java8-installer
Installing Processing 3.3.6
Download Processing 3.3.6 tar.gz file from http://download.processing.org/processing-3.3.6-linux64.tgz
Copy the downloaded file to home directory
Open terminal and type
tar xvfz processing-3.3.6-linux64.tgz
which will create a new file called processing-3.3.6Now change to that directory using
cd processing-3.3.6
Use
./processing
to run Processing 3.3.6
To create a shortcut of program:
Search for Main Menu and launch it (Download from Ubuntu Software if you don't have Main Menu application).
Select Accessories on left hand side
Click on New Item button .
- Enter Processing as name.
- Enter /home/aditya/processing-3.3.6/processing as command and click OK.
- Now search for Processing and launch it.
- In the launcher Right Click the icon and select Lock to Launcher.
'Media Lab > Media Art' 카테고리의 다른 글
Word Portrait 초기 버젼 (0) | 2019.08.14 |
---|---|
Word portrait (0) | 2019.07.28 |
Processing에서 MIDI 연주 예제 (0) | 2019.02.26 |
Processing에서 leap motion 사용하기 예제 (1) | 2019.02.04 |
Ubuntu에 leap motion 설치하기 (0) | 2019.02.04 |