Use Processing PDE files within Java? -


i have working java code visualize using processing. found tutorial on how include processing within eclipse , able create canvas, etc.

what want visualization. found a nice project need. however, author provides pde files.

how can include pde files in java project? possible?

the pde files available in project text files. can either use them in code directly, or better yet, try understand they're doing , adapt code own purposes.

but answer question, don't include pde files in java project. included processing library jars on classpath, give access things papplet class. can include papplet (which processing sketch, in fact processing sketch is a papplet) in java application , pass whatever information want.

more info here: http://processing.org/tutorials/eclipse/


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -