User Tools

Site Tools


programming_fundamentals_with_processing:ch01-setting-up.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming_fundamentals_with_processing:ch01-setting-up.html [2017/07/26 17:38] – [Running Processing] mithatprogramming_fundamentals_with_processing:ch01-setting-up.html [2017/07/26 17:40] (current) – [Running Processing] mithat
Line 23: Line 23:
 {{:programming_fundamentals_with_processing:processing-main-interface.png?nolink&600|}} {{:programming_fundamentals_with_processing:processing-main-interface.png?nolink&600|}}
  
-In the text entry area with the flashing cursor, enter the following text:+In the text entry area with the flashing cursor, enter the following:
  
-<code java>+<code>
 rect(20, 25, 20, 50); rect(20, 25, 20, 50);
 </code> </code>
Line 37: Line 37:
 To save your work, go back to the IDE, select //File > Save// or //File > Save As...// from the menu bar and give your program a name. By default, Processing saves your programs into a folder called "sketchbook." (The exact location of this folder depends on your operating system. On macOS, look in FIXME and on Windows in FIXME.) To save your work, go back to the IDE, select //File > Save// or //File > Save As...// from the menu bar and give your program a name. By default, Processing saves your programs into a folder called "sketchbook." (The exact location of this folder depends on your operating system. On macOS, look in FIXME and on Windows in FIXME.)
  
-Inside the "sketchbook" folder, the Processing IDE will create a new folder for each of your Processing programs. So, if you gave your program the name "foo", you will see a folder inside your "sketchbookcalled "foo". And if you look inside that folder, you'll see a file called ''foo.pde''. **That** is your actual Processing program. To reopen it, click on //File > Open...// in the IDE, navigate to the ''*.pde'' file, and select it.+Inside the "sketchbook" folder, the Processing IDE will create a new folder for each of your Processing programs. So, if you gave your program the name "foo", you will see a folder inside your sketchbook folder called "foo". And if you look inside the folder called "foo", you'll see a file called ''foo.pde''. **That** is your actual Processing program. To reopen it, click on //File > Open...// in the IDE, navigate to the ''*.pde'' file, and select it.
  
 You are now ready to start developing Processing programs. You are now ready to start developing Processing programs.
programming_fundamentals_with_processing/ch01-setting-up.html.1501090687.txt.gz · Last modified: 2017/07/26 17:38 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki