You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://processing.org/tutorials/gettingstarted/
Getting Started by Casey Reas and Ben Fry
it reads:
On Windows... the important thing is for the processing folder to be pulled out of that .zip file.
What is meant by processing folder to be pulled out of that .zip file?
Does it simply mean that when that ZIP file is unzipped, the processing folder should be added somewhere on my HD?
On my Windows PC I created a separate logical disk G: for Processing. I downloaded the ZIP file onto G: and unzipped it onto G:.
As a result I got on G: the following folders:
core
java
lib
modes
tools
as well as files:
processing.exe
processing-java.exe
revisions.txt
No processing folder
However Processing folder was created on C:\Documents and Settings\My documents
And there is no Sketchbook folder anywhere.
The test sketch worked fine but attempt to use "Save" saved it to C:\Documents and Settings\My documents\Processing
Save_as options show no Sketchbook folder
Questions:
Is it important that Processing is sitting where it was placed by default on C: drive or it can be moved to G: ?
When I install a library where it gets installed? This might be connected to thew previous question. I.e. if I move Processing folder, the sketch might fail to find the library - is this the case?
If Sketchbook folder is not created automatically, I can create it manually. Where exactly it should be placed to maintain links between the sketches, processing.exe file, installed libraries and folders core, java, lib, modes and tools?
The text was updated successfully, but these errors were encountered:
https://processing.org/tutorials/gettingstarted/
Getting Started by Casey Reas and Ben Fry
it reads:
On Windows... the important thing is for the processing folder to be pulled out of that .zip file.
What is meant by processing folder to be pulled out of that .zip file?
Does it simply mean that when that ZIP file is unzipped, the processing folder should be added somewhere on my HD?
On my Windows PC I created a separate logical disk G: for Processing. I downloaded the ZIP file onto G: and unzipped it onto G:.
As a result I got on G: the following folders:
core
java
lib
modes
tools
as well as files:
processing.exe
processing-java.exe
revisions.txt
No processing folder
However Processing folder was created on C:\Documents and Settings\My documents
And there is no Sketchbook folder anywhere.
The test sketch worked fine but attempt to use "Save" saved it to C:\Documents and Settings\My documents\Processing
Save_as options show no Sketchbook folder
Questions:
Is it important that Processing is sitting where it was placed by default on C: drive or it can be moved to G: ?
When I install a library where it gets installed? This might be connected to thew previous question. I.e. if I move Processing folder, the sketch might fail to find the library - is this the case?
If Sketchbook folder is not created automatically, I can create it manually. Where exactly it should be placed to maintain links between the sketches, processing.exe file, installed libraries and folders core, java, lib, modes and tools?
The text was updated successfully, but these errors were encountered: