06.01.2013 Views

Learning Processing: A Beginner's Guide to Programming Images ...

Learning Processing: A Beginner's Guide to Programming Images ...

Learning Processing: A Beginner's Guide to Programming Images ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Th e tu<strong>to</strong>rials will cover the same material found in this book, but from a pure Java perspective.<br />

Th e next step would be <strong>to</strong> just try compiling and running a “ Hello World ” Java program.<br />

public class HelloWorld {<br />

}<br />

public static void main(String[] args) {<br />

System.out.println( "Hello World. I miss you <strong>Processing</strong>. ");<br />

}<br />

Java 437<br />

Th e Java site has tu<strong>to</strong>rials which explain all the elements in a Hello World program, as well as provide<br />

instructions on how <strong>to</strong> compile and run it on the “ command line. ”<br />

http://java.sun.com/docs/books/tu<strong>to</strong>rial/getStarted/index.html<br />

Finally, if you are feeling ambitious, go and download Eclipse:<br />

http://www.eclipse.org/<br />

fi g. 23.7 A <strong>Processing</strong> sketch in Eclipse

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!